"Call to a member function num_rows() on a non-object" emitted when calling num_rows() on ...
Read MoreConvert CodeIgniter query result to a JSON string...
Read MoreConvert CodeIgniter query result set to JSON...
Read Morephp - convert MySql query result to JSON...
Read Morehow can i store values in array using foreach loop...?...
Read MoreHow to produce an array from a CodeIgniter query result object...
Read MoreHow to present query results in a HTML table using CodeIgniter...
Read MoreHow to display a <select> field from query result data in CodeIgniter...
Read MoreHow to format a query result set as a JSON string...
Read MoreCalling num_rows() on a not-yet-executed query builder object emits "Fatal error: Call to undef...
Read MoreConvert CodeIgniter query builder script to native PHP mysqli script and fetch results...
Read MoreHow to merge the result sets of two CodeIgniter queries into a single array...
Read MoreHow to achieve a CodeIgniter query result set with indexed keys in each row...
Read MoreCreate a flat, indexed array from a single column of a CodeIgniter query result...
Read MoreHow to prepare a CodeIgniter query result object for iteration using a foreach loop...
Read MoreCalling CodeIgniter's result_array() on the return value of result() emits "converting data...
Read MorePassing CodeIgniter result set row to PHP's round() emits "Object of class stdClass could n...
Read MoreHow to access query result set data after calling CodeIgniter's result() method...
Read MoreObject of class stdClass could not be converted to string, CodeIgniter...
Read MoreHow to group results from a database query...
Read MoreHow to build an array from mysqli query results...
Read MoreHow to access data in an array of objects in a CodeIgniter view where one column contains a JSON-enc...
Read MoreHow to access the value of a numerically named column from a CodeIgniter query result...
Read MoreHow to access data from an array of objects generated by CodeIgniter's result() method...
Read MoreTransform CodeIgniter query results into an associative array of indexed arrays with one column'...
Read MoreHow to prevent mysql_fetch_array() duplicating values in each row of a query result set...
Read MoreCannot access row values after passing a CodeIgniter result set object to a foreach()...
Read MorePrevent iterating the potentially false return value from a model method which currently emits "...
Read MoreModel method only returns an array if num_rows() == 1, otherwise "Invalid argument supplied for...
Read MoreCalling CodeIgniter's result() on the return value of result() emits error "Invalid argumen...
Read More