[Solar-svn] Revision 2964

pmjones at solarphp.com pmjones at solarphp.com
Tue Dec 4 10:13:12 CST 2007


updated comments


Modified: trunk/Solar/Sql/Model/Record.php
===================================================================
--- trunk/Solar/Sql/Model/Record.php	2007-12-04 16:04:31 UTC (rev 2963)
+++ trunk/Solar/Sql/Model/Record.php	2007-12-04 16:13:12 UTC (rev 2964)
@@ -463,8 +463,9 @@
      * 
      * 2. `_preInsert()` and `_preUpdate()` run before the insert or update.
      * 
-     * 3. The record is validated, then inserted or updated.
-     * 
+     * 3. As part of the model insert()/update() logic, `filter()` gets called,
+     *    which itself has `_preFilter()` and `_postFilter()` hooks.
+     *    
      * 4. `_postInsert()` and `_postUpdate()` run after the insert or update.
      * 
      * 5. `_postSave()` runs after all save operations, but before related
@@ -476,7 +477,7 @@
      * @param array $data An associative array of data to merge with existing
      * record data.
      * 
-     * @return bool
+     * @return void
      * 
      * @todo Automatic connection of related IDs to each other?
      * 




More information about the Solar-svn mailing list