« CBL RememberMe (20051212) Released | | CBL ActiveRecord (20060112) Released »
December 19, 2005
CBL ActiveRecord (20051219) Released
CBL ActiveRecord (20051219) 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 (20051219):
- Handling 'id' column, which is string data type.
- Implement 'columns' option in find() and find_all() method.
- Implement insert() method.
