[limb-svn] r4500 - in 3.x/packages/active_record/trunk: src tests/cases
svn at limb-project.com
svn at limb-project.com
Thu Nov 30 16:54:05 MSK 2006
Author: tony
Date: 2006-11-30 16:54:05 +0300 (Thu, 30 Nov 2006)
New Revision: 4500
URL: http://fisheye.limb-project.com/changelog/limb/?cs=4500
Added:
3.x/packages/active_record/trunk/tests/cases/lmbActiveRecordEventHandlersTest.class.php
Modified:
3.x/packages/active_record/trunk/src/lmbAROneToManyCollection.class.php
3.x/packages/active_record/trunk/src/lmbActiveRecord.class.php
3.x/packages/active_record/trunk/tests/cases/lmbAROneToManyCollectionTest.class.php
3.x/packages/active_record/trunk/tests/cases/lmbActiveRecordTest.class.php
Log:
-- fixed a bug with lmbAROneToManyCollection didn't save changes already linked (related) objects to set() method
-- lmbActiveRecord now supports different events subscribing allowing clients to subscribe on events like onBeforeSave, onBeforeUpdate, onBeforeDestroy etc.
-- lmbActiveRecord :: _onBeforeDestroy() and :: _onAfterDestroy() methods added.
More information about the limb-svn
mailing list