Version 4, last updated by m4rw3r at December 02, 2008 02:25 UTC

IgnitedQuery is the custom SQL-string builder that IgnitedRecord utilizes to interact with the database.

It is compatible with CodeIgniter’s ActiveRecord implementation but provides a few extras:

  • Subqueries
  • Nested WHERE statements
  • Better performance

See the IgnitedRecord manual or the IgnitedQuery code (download link at the bottom of the page).