Search code examples
How to convert SQL containing JOINs, a subquery, GROUP BY and SUM() to CodeIgniter's active reco...


phpcodeigniterjoinactiverecordsubquery

Read More
SELECT COUNT of records in a second table per record in a first table using CodeIgniter query builde...


phpmysqlcodeigniteractiverecordquery-builder

Read More
Update field in the other table when using form create Yii2...


phpformsactiverecordyii2active-form

Read More
ActiveRecord find_each combined with limit and order...


sqlruby-on-railsactiverecord

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


phpmysqlcodeigniteractiverecordescaping

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


phparrayscodeigniteractiverecordwhere-clause

Read More
How to change connection to the database on acts as taggable on...


ruby-on-railsactiverecordacts-as-taggable-on

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


phpcodeigniteractiverecordsql-insertmysql-error-1062

Read More
Rails / ActiveRecord: avoid two threads updating model at the same time with locks...


ruby-on-railsactiverecord

Read More
Rails: Force empty string to NULL in the database...


mysqlruby-on-railsactiverecordruby-on-rails-3.1

Read More
`RuntimeError: unknown class: Integer (RuntimeError)` when using `joins` in ActiveRecord query...


ruby-on-railsactiverecord

Read More
Codeigniter Date comparison - Greater than or Less than datetime field not working...


phpmysqldatetimecodeigniteractiverecord

Read More
SELECT query to COUNT qualifying rows from an indirectly related table with CodeIgniter's active...


phpsqlcodeigniteractiverecordcount

Read More
Impossible Rails Syntax: Order has_many with polymorphic association...


ruby-on-railsrubyactiverecordpolymorphic-associations

Read More
How to eager load associations with the current_user?...


ruby-on-railsruby-on-rails-3activerecorddeviseeager-loading

Read More
What is the purpose of the CodeIgniter's get() active record method?...


phpcodeignitermethodsactiverecordquery-builder

Read More
WHERE clause condition including CONVERT_TZ() and DATE_ADD() does not render as intended when using ...


phpmysqlcodeigniteractiverecordwhere-clause

Read More
rails model querying returns 11 records but no limit is set...


ruby-on-railsactiverecordlimit

Read More
CodeIgniter active record query to return rows where a column value is LIKE one of potentially multi...


phparrayscodeigniteractiverecordsql-like

Read More
Rails accepts_nested_attributes_for Error...


ruby-on-railsactiverecord

Read More
ORM Query results: Arrays vs Result handle wrapped in Iterator interface...


phpmysqlormactiverecordarrayiterator

Read More
How does this CodeIgniter pagination feature work?...


phpcodeignitermodel-view-controlleractiverecord

Read More
Is it possible to change active record associations in memory without saving them to the database?...


ruby-on-railsactiverecord

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


phpcodeigniteractiverecordwhere-clausebetween

Read More
constant enums in rails models and database...


ruby-on-railsactiverecord

Read More
With Rails, can I use a single table to store simple values (gender, hair color, eye color)?...


sqlruby-on-railsactiverecord

Read More
Convert SQL with subquery as part of JOIN's ON condition to CodeIgniter active record syntax...


phpdatabasecodeigniteractiverecordsubquery

Read More
Querying for date range in rails...


ruby-on-railsruby-on-rails-3activerecordtimezone

Read More
Rails—get a random record from db?...


ruby-on-railsactiverecordruby-on-rails-5

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


phpmysqlcodeigniteractiverecordquery-builder

Read More
BackNext