Convert a SELECT query containing two WHERE conditions to CodeIgniter's active record syntax...
Read MoreCodeIgniter SELECT query to find rows with qualifying sets of column values in a JOINed table...
Read MoreCan I add comments to a table or column using ActiveRecord Migrations?...
Read MoreHow to count results per group in CodeIgniter?...
Read MoreCount number of query results in a CodeIgniter application...
Read MoreConvert raw MySQL containing a JOIN on identical column names and a WHERE and ORDER BY clause to Cod...
Read MoreConvert raw UPDATE SQL containing CASE statements in the SET clause into CodeIgniter query builder m...
Read MoreGet records from a database table which relate to qualifying rows in another table using CodeIgniter...
Read MoreReturn a flat array of column values from a CodeIgniter active record query...
Read MoreCodeigniter's `where` and `or_where`...
Read MoreConvert SELECT query containing equals comparison and 3 OR LIKE conditions to CodeIgniter active rec...
Read MoreConvert this SQL containing comma-JOINs related by identical column names to CodeIgniter active reco...
Read MoreMySQL, Rails ActiveRecord date grouping and timezones...
Read Moreruby raised another command is already in progress...
Read MoreConvert SQL containing GROUP BY and SUM() to active record in CodeIgniter...
Read MoreCodeIgniter SELECT query on table with JOIN and WHERE IN a subquery...
Read MoreApply greater than operator or less than operator in a CodeIgniter where() method call...
Read MoreAdd WHERE clause condition starting with CASE using CodeIgniter's query builder methods...
Read MoreHow to revert/undo local changes to an Activerecord object?...
Read MoreJOIN parent table to a many-to-many table using CodeIgniter query building methods...
Read MoreCodeigniter query to search for any word in user-supplied phrase...
Read MoreCodeIgniter query to search multiple columns for each word of an input string...
Read MoreCodeIgniter query to get user's highest permission level...
Read MoreHow to access row values of an array populated by CodeIgniter's result_array()...
Read MoreCodeIgniter query to search a datetime column by submitted year, month or day value...
Read MoreSELECT rows WHERE a single value is found in one of multiple columns using CodeIgniter's query b...
Read MoreIs it possible to add errors to an ActiveRecord object without associating them with a particular at...
Read MoreWHERE clause with two conditions separated by OR using CodeIgniter's query building methods...
Read MoreSELECT query WHERE NOT IN a subquery using CodeIgniter's query builder methods...
Read More