CodeIgniter query to return the row count with multiple where conditions...
Read MoreCodeIgniter select() method with two parameters only returns one column in result set...
Read MoreWrite query with JOINs, GROUP BY, and SUM()s using CodeIgniter's query building methods...
Read MoreCodeigniter active record query WHERE column equals a nominated value and another column is one of a...
Read MoreHow to use like, or_like and get_where together in Codeigniter 3...
Read MoreDisplay table rows with the per-row count of another table using CodeIgniter...
Read MoreHow to write a BETWEEN condition with Codeigniter's query builder methods?...
Read MoreCodeIgniter active record query with like() and or_like()...
Read MoreCodeIgniter's $this->db->like() method is automatically escaping percent symbols in the in...
Read MorePreload associations of an already loaded model...
Read MoreCodeigniter where in and replace Subquery...
Read MoreWhy does adding unique constraint removes the index in structure.sql file and db...
Read MoreHow to return an empty ActiveRecord relation?...
Read MoreOrder products by product_type.name in Rails...
Read MoreI have a rails app with a Postgres db and 4 mysql dbs - how can I wrap queries to all dbs in transac...
Read MoreIn rails, how can I find out what caused a .save() to fail, other than validation errors?...
Read MoreInverse :belongs_to for successful :has_many yields nil...
Read MoreChanging table name at query run time in a Rails application...
Read MoreRails 3 / Form without Model: How do I create a form that is not tied to a model?...
Read MoreHow to get the original value of an attribute in Rails...
Read MoreCheck if username exists in database with codeigniter and ajax...
Read MoreIs it valid practice to intentionally omit association definition with Rails ActiveRecord?...
Read MoreHow to automatically derive foreign key column names with polymorphic associations?...
Read MoreHow can I update how ActiveRecord::Base#where interprets ranges?...
Read MoreRails How to localize attributes from a form object...
Read MoreActiveRecord delete_all method updating instead of deleting...
Read More