Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Commit

Permalink
Major changes to ORM
Browse files Browse the repository at this point in the history
 * Restructed relationship definitions
 * count_all now works with conditions
 * Call reset(FALSE) before count_all() to continue querying to grab
results
 * Got rid of HABTM (use has_many "through")
 * Aliasing support for has_many relationships
 * Updated with() for use with new Database
 * Improved performance (hopefully!)
 * as_array() now includes one-one models that were already loaded
 * Got rid of ORM_Iterator
 * Added support for database casting, i.e.
DB::select('*')->from('user')->as_object('Model_User')->execute()
 * More!
  • Loading branch information
jheathco committed Aug 14, 2009
1 parent cde16c4 commit 4c593be
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 790 deletions.

0 comments on commit 4c593be

Please sign in to comment.