[eluser]dexcell[/eluser]
[quote author="m4rw3r" date="1225147901"]If you use IgnitedRecord with IgnitedQuery (default), you won't have the problems that CI's AR got in 1.7.
IgnitedRecord still use CodeIgniter's AR for deletes, inserts and updates but that will be fixed when I've got time to test the delete, update and insert methods of IQ (the problems with CI's AR does not apply as much to those).
The goal is to be able to skip the usage of CI's AR completely.
Added your patch, sophistry. And it is now possible to skip the plural function in yamlfactory() (and you were wrong about not needing to load the inflector helper, the constructor is not always executed before the factory methods).
About linking tables, is it necessary with a model for them? IgnitedRecord does not need models for linking tables.
The typos you two mentioned has been fixed, thanks![/quote]
Thanks m4rw3r. I've just playing with IR. Love it
I wonder is there any estimated date release of version 1