IgnitedQuery
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
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).