« CBL ActiveRecord (20051111) Released | | CBL RememberMe (20051212) Released »

November 16, 2005

CBL ActiveRecord (20051116) Released

CBL ActiveRecord (20051116) 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 (20051116):

  • Bug fix 'order' option in CBL_ActiveRecord::find_all() method.

  • Implement error handling code when PDO::prepare() method fails.