Search code examples
CodeIgniter - how to catch DB errors?...


phpcodeigniterexceptionerror-handling

Read More
Codeigniter Error Duplicate entry '' for key 'PRIMARY' when looping insert statement...


phpcodeigniteractiverecordsql-insertmysql-error-1062

Read More
CodeIgniter: Try Catch is not working in model class...


phpcodeignitersql-insertmysql-error-1062

Read More
INSERT IGNORE using Codeigniter...


phpcodeigniteractiverecordsql-insertignore

Read More
Dealing with duplicate keys in codeigniter mysql insert...


phpmysqlcodeignitersql-insertmysql-error-1062

Read More
Codeigniter - Model - Duplicate Entry Alert...


phpmysqlcodeignitersql-insertmysql-error-1062

Read More
Prevent duplicate entry in Codeigniter...


phpcodeigniteractiverecordsql-insertmysql-error-1062

Read More
codeigniter querying from database not working as expected...


phpcodeigniteractiverecordsql-insertmysql-error-1062

Read More
Codeigniter 4 Autoroutes not working properly...


codeignitercodeigniter-4

Read More
Compare One Value with Two Columns in Codeigniter...


phpmysqlcodeigniteractiverecordbetween

Read More
PHP retrieve distinct data from database based on two rows...


phpmysqlcodeigniteractiverecordwhere-clause

Read More
Convert SQL containing WHERE equals, multiple LIKE conditions, ORDER BY, LIMIT and OFFSET into CodeI...


phpmysqlcodeigniterselectactiverecord

Read More
How to add a LIKE condition to a CodeIgniter query?...


phpmysqlcodeignitersql-like

Read More
Convert SELECT query with LEFT JOIN, WHERE and ORDER BY to CodeIgniter's active record...


phpmysqlcodeigniteractiverecordleft-join

Read More
How to append a user id as a delimited value in one column and increment another column using CodeIg...


phpmysqlcodeignitersql-updatedelimited

Read More
How to prevent CodeIgniter's like() method automatically escaping wildcards in the search term...


phpcodeigniteractiverecordsql-likequery-builder

Read More
How to return the number of rows from a CodeIgniter active record query...


phpcodeigniterselectactiverecordmysql-num-rows

Read More
Reverse wildcard search in codeigniter...


phpmysqlcodeigniteractiverecord

Read More
How to implement a "starts with" LIKE condition with CodeIgniter's like() method...


phpcodeigniteractiverecordsql-likestartswith

Read More
CodeIgniter active record like() is escaping manually added wildcards (%)...


phpcodeigniteractiverecordwildcardsql-like

Read More
CodeIgniter active record query to filter by month and year...


phpdatecodeigniteractiverecordwhere-clause

Read More
Codeigniter active record to SELECT rows with a date in the current year and month...


phpcodeigniteractiverecordsql-likebetween

Read More
How to implement a BETWEEN condition in a WHERE clause with CodeIgniter active record...


phpcodeigniteractiverecordwhere-clausebetween

Read More
Using %like% and JOIN together in CodeIgniter...


phpcodeigniterjoinsearchsql-like

Read More
How to build a WHERE clause containing dynamic and static value comparisons in CodeIgniter active re...


phpmysqlcodeigniteractiverecordescaping

Read More
Calling GROUP_CONCAT() within CodeIgniter's active record renders an invalid query...


phpcodeigniteractiverecordescapingsql-function

Read More
Replace comma-separated ids with corresponding names in a CodeIgniter SELECT query result set...


phpcodeigniterjoindelimitedfind-in-set

Read More
Comma at end of string in CodeIgniter's select() method creates invalid query...


phpmysqlcodeigniteractiverecordselectquerybuilder

Read More
How to access a result set value which was generated by an SQL function call?...


phpcodeigniteractiverecordresultsetgroup-concat

Read More
Using GROUP_CONCAT() in the SELECT clause of a CodeIgniter active record script creates an invalid q...


phpcodeigniteractiverecordescapingsql-function

Read More
BackNext