« CBL ActiveRecord (20051104) Released | | CBL ActiveRecord (20051116) Released »

November 11, 2005

CBL ActiveRecord (20051111) Released

CBL ActiveRecord (20051111) Released.

CBL ActiveRecord is an O/R mapping library for PHP5. Active Record is an object that wraps a row in a database table or view, encapsulates the database access, and adds domain logic on that data. Using this library, it becomes very easy to access the database.

In this release (20051111), support 'limit' and 'offset' option in CBL_ActiveRecord::find_all() method.