Search code examples
codeigniter order by desc not working properly for more then 2 or 3 digits...


phpmysqlcodeignitersql-order-bynatural-sort

Read More
SELECT all rows FROM multiple tables in one trip to the database using CodeIgniter's query build...


phpmysqlcodeignitercodeigniter-3query-builder

Read More
How to remove duplicate values from GROUP_CONCAT() in CodeIgniter's select()...


phpmysqlcodeigniterquery-buildergroup-concat

Read More
GROUP BY column prefix and COUNT() per group with CodeIgniter's query builder...


phpcodeignitergroup-byquery-buildercounting

Read More
Writing a SUBSTRING() call in CodeIgniter's select() method renders SQL with corrupted quotes...


phpcodeigniterselectquery-builderquoting

Read More
CodeIgniter query builder with multiple OR LIKE conditions on a single column and other separated AN...


phpcodeigniterwhere-clausequery-builderlogical-grouping

Read More
CodeIgniter query WHERE clause with enclosed OR conditions and AND other conditions...


phpcodeigniterwhere-clausequery-builderlogical-grouping

Read More
SELECT rows with specific combinations of values in two columns using CodeIgniter's query builde...


phpcodeigniterwhere-clausequery-builderlogical-grouping

Read More
JOIN two tables using a linking table with CodeIgniter's query builder...


phpmysqlcodeigniterjoinquery-builder

Read More
I get an error during user login in my codeigniter project...


phparrayscodeignitercodeigniter-3

Read More
Codeigniter calendar how to get multiple events per day...


phpcodeignitercodeigniter-3

Read More
Get all records created more than 24 hours ago using CodeIgniter's query builder...


phpdatetimecodeigniterwhere-clausequery-builder

Read More
Codeigniter: Database driver is not currently loaded...


phpdatabasecodeigniterconfigurationcodeigniter-3

Read More
GROUP BY and LIMIT per group and SELECT limited aggregate values per group with CodeIgniter's qu...


phpmysqlcodeigniteraggregate-functionsquery-builder

Read More
CodeIgniter query builder script to GROUP BY two columns, then COUNT(), SUM(), and CONCAT() in the S...


phpmysqlcodeigniteraggregate-functionsquery-builder

Read More
how to create a backlink checker...


phpjsoncodeigniter

Read More
unable to count the result with a condition using codeigniter query...


phpmysqlcodeignitercountquery-builder

Read More
Codeigniter : displaying query result in controller...


phpcodeignitermodel-view-controllercodeigniter-2resultset

Read More
How to access the model's 2d array of results in the view using CodeIgniter...


phpcodeignitermodel-view-controllerresultset

Read More
Output the results of the SQL query in CodeIgniter is not displaying...


phpcodeignitermodel-view-controllerquery-builderresultset

Read More
Get unlimited row count and paginated results from the database using CodeIgniter...


phpcodeigniterpaginationcodeigniter-3query-builder

Read More
How to get the SQL string from $this->db->insert('history', $data) is building and sen...


phpcodeigniterquery-builderdiagnostics

Read More
Inject SQL before Codeigniters $this->db->get() call...


phpsql-servercodeignitermodel-view-controller

Read More
Using count_all_results or get_compiled_select and $this->db->get('table') lists table...


phpmysqlcodeignitercachingquery-builder

Read More
How to reload partial view with jQuery .Ajax and Codeigniter 3...


phpjqueryajaxcodeignitercodeigniter-3

Read More
Can't get CI autocomplete from DB to work...


phpjqueryarrayscodeigniterjquery-ui-autocomplete

Read More
How to count the number of records in a database table meeting a condition using CodeIgniter's q...


phpcodeignitercountcodeigniter-3query-builder

Read More
how to delete multiple files (codeigniter), according to a specific id?...


phpmysqlarrayscodeignitercodeigniter-3

Read More
Get Userdata from database by Login Sessions Codeigniter 3...


phpcodeignitermodel-view-controllercodeigniter-3

Read More
SELECT rows WHERE column value matches values in a flat array using CodeIgniter's query builder...


phpmysqlcodeigniterquery-builderwhere-in

Read More
BackNext