Search code examples
Get next auto_increment value without insertion...


phpmysqlcodeignitercodeigniter-2codeigniter-3

Read More
How to set up CodeIgniter classes in PHP but with a Java style...


phpclasscodeigniter

Read More
How to access data in an array of objects in a CodeIgniter view where one column contains a JSON-enc...


phparraysjsoncodeigniterresultset

Read More
How to access an array containing objects passed from a CodeIgniter controller to the view...


phparrayscodeignitermodel-view-controller

Read More
How to access the value of a numerically named column from a CodeIgniter query result...


phpmysqlcodeigniterselectresultset

Read More
Get the value of another table...


phpcodeigniter

Read More
Pass every two elements of an indexed array as column => value parameters for CodeIgniter's w...


phparrayscodeigniteractiverecordwhere-clause

Read More
How to iterate two subarrays from a POST request at the same time, make insert queries, and print su...


phparrayscodeignitermodel-view-controllersubmission

Read More
How to get child data from one table per parent in another table and display as a two-tiered list wi...


phpcodeignitermodel-view-controllerparent-childquery-builder

Read More
How to access data from an array of objects generated by CodeIgniter's result() method...


phparrayscodeigniterresultset

Read More
How to get the value from a column whose name is determined by the value in another column using Cod...


phpcodeigniter

Read More
Codeigniter/PHP: Format db query as an array...


phpcodeigniter

Read More
Transform CodeIgniter query results into an associative array of indexed arrays with one column'...


phparrayscodeignitermultidimensional-arrayresultset

Read More
CodeIgniter's order_by() is sorting a VARCHAR column's numeric values as strings instead of ...


phpmysqlcodeignitersql-order-bynatural-sort

Read More
Codeigniter pagination links only increment the offset by 1 per page...


phpcodeignitermodel-view-controllerpagination

Read More
Codeigniter pagination avoid LIMIT with OFFSET...


phpsqlperformancecodeigniterpagination

Read More
How to create custom filter option box in datatables, Codeigniter...


phpjquerycodeigniterdatatabledatatables

Read More
In CodeIgniter how can i pass an array type argument to a controller from url...


phpcodeigniter

Read More
Why when I enter integer data, its value is always rounded in Codeigniter...


codeigniter

Read More
Passing a string of WHERE conditions to CodeIgniter's get_where() method renders an invalid quer...


phpmysqlcodeigniterwhere-clausequery-builder

Read More
Oracle INSERT query in CodeIgniter emits error on date column value...


phporacle-databasecodeigniterdate-formattinginsert-query

Read More
Hardcoding single quotes around INSERT query values already returned from CodeIgniter's escape()...


phpsqlmysqlcodeigniterquoting

Read More
How to execute an SQL string in CodeIgniter...


phpmysqlcodeigniter

Read More
CodeIgniter INSERT query emits Error Number: 1054 - Unknown column in field list...


phpmysqlcodeigniterinsert-query

Read More
Error when attempting raw INSERT query with $this->$db->query($sql) in CodeIgniter...


phpcodeigniterinsert-query

Read More
Hyperlink button in HTML form does not include other form fields in submission payload...


phpformscodeignitersubmission

Read More
SELECT query WHERE NOT IN a subquery using CodeIgniter's Query Builder methods...


phpcodeignitersubqueryquery-builderwhere-in

Read More
How to make a nested HTML list with CodeIgniter...


phpcodeignitermodel-view-controllerhtml-lists

Read More
SELECT rows from the database WHERE date is in the current week with CodeIgniter's Query Builder...


phpdatecodeigniterquery-builderdate-range

Read More
Codeigniter - How to get records from database where one fields value is more than another?...


phpmysqlcodeigniterwhere-clausequery-builder

Read More
BackNext