Search code examples
CodeIgniter query to return the row count with multiple where conditions...


phpmysqlcodeigniteractiverecordquery-builder

Read More
CodeIgniter select() method with two parameters only returns one column in result set...


phpmysqlcodeigniteractiverecordquery-builder

Read More
Write query with JOINs, GROUP BY, and SUM()s using CodeIgniter's query building methods...


phpmysqlcodeigniteractiverecordquery-builder

Read More
Codeigniter active record query WHERE column equals a nominated value and another column is one of a...


phpmysqlcodeigniteractiverecordwhere-in

Read More
How to use like, or_like and get_where together in Codeigniter 3...


phpcodeigniteractiverecordsql-likelogical-grouping

Read More
Display table rows with the per-row count of another table using CodeIgniter...


phpcodeignitermodel-view-controlleractiverecordcount

Read More
How to write a BETWEEN condition with Codeigniter's query builder methods?...


phpcodeigniteractiverecordquery-builderbetween

Read More
CodeIgniter active record query with like() and or_like()...


phpcodeigniteractiverecordsql-likequery-builder

Read More
CodeIgniter's $this->db->like() method is automatically escaping percent symbols in the in...


phpcodeigniteractiverecordsql-likequery-builder

Read More
Preload associations of an already loaded model...


ruby-on-railsactiverecord

Read More
Codeigniter where in and replace Subquery...


phpcodeigniteractiverecordsubquerywhere-clause

Read More
Why does adding unique constraint removes the index in structure.sql file and db...


sqlruby-on-railsrubypostgresqlactiverecord

Read More
Rails: uniq vs. distinct...


ruby-on-railsactiverecord

Read More
How to return an empty ActiveRecord relation?...


ruby-on-railsactiverecordrelation

Read More
Order products by product_type.name in Rails...


ruby-on-railsactiverecord

Read More
I have a rails app with a Postgres db and 4 mysql dbs - how can I wrap queries to all dbs in transac...


mysqlruby-on-railsrubypostgresqlactiverecord

Read More
In rails, how can I find out what caused a .save() to fail, other than validation errors?...


ruby-on-railsactiverecord

Read More
Inverse :belongs_to for successful :has_many yields nil...


ruby-on-railsrubyactiverecordmonkeypatchingtheforeman

Read More
Changing table name at query run time in a Rails application...


ruby-on-railsrubyactiverecordrails-activerecord

Read More
Rails 3 / Form without Model: How do I create a form that is not tied to a model?...


ruby-on-railsrubyformsruby-on-rails-3activerecord

Read More
How to get the original value of an attribute in Rails...


ruby-on-railsactiverecord

Read More
Check if username exists in database with codeigniter and ajax...


phpajaxcodeigniteractiverecord

Read More
Is it valid practice to intentionally omit association definition with Rails ActiveRecord?...


ruby-on-railsactiverecord

Read More
How to automatically derive foreign key column names with polymorphic associations?...


ruby-on-railsrubyactiverecordpolymorphic-associations

Read More
How can I update how ActiveRecord::Base#where interprets ranges?...


ruby-on-railsrubyactiverecordarel

Read More
Rails How to localize attributes from a form object...


ruby-on-railsformsactiverecordinternationalization

Read More
yii active form always invalid...


phpformsvalidationactiverecordyii

Read More
ActiveRecord delete_all method updating instead of deleting...


ruby-on-railsactiverecordrails-activerecordruby-on-rails-4.1

Read More
Yii relation through...


phpactiverecordscopeyiiyii-relations

Read More
Ruby Activerecord IN clause...


rubyactiverecord

Read More
BackNext