Documentation
Break out documentation for the advanced topics
Connect
Ensure that PDO will throw exceptions on errorAdd a mysql connection factory
Q
Add the ability to bind expressions for equalityAdd the ability to bind expressions for inequalityAdd the ability to bind expressions for greater thanAdd the ability to bind expressions for greater than or equal toAdd the ability to bind expressions for less thanAdd the ability to bind expressions for less than or equal toAdd documentation
ModelInfo
Add the abiltity to return default model infoAdd the abiltity for models to provide their own infoAdd documentation
ORM
Addfind_first()
Addfind_last()
Addfind_one()
Addbelongs_to()
Addhas_one()
Addhas_many()
Addcreate()
Addupdate()
Addsave()
Adddelete()
Update documentation
Query
- Add the ability to strip comments from queries
- Add the ability to perform conditional sections
ORM
Rebuild the relationship system- Add
has_one_through()
- Add
has_many_through()
- Add
associate()
- Add
assign()
Tests
- SQLite integration test suite?
Continuous Integration