Set the fetch mode, to set the results type of get_row and get_list for the selected $db object. The possible fetch modes are PDO::FETCH_ASSOC, to return array and PDO::FETCH_OBJ to return object.
db::set_fetch_mode( PDO::FETCH_OBJ );
Set the fetch mode, to set the results type of get_row and get_list for the selected $db object. The possible fetch modes are PDO::FETCH_ASSOC, to return array and PDO::FETCH_OBJ to return object.