Changeset 2681 for trunk/system/libraries/ORM.php
- Timestamp:
- 05/20/2008 10:37:25 AM (6 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/ORM.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/ORM.php
r2680 r2681 834 834 $this->select = $this->where = $this->from = FALSE; 835 835 836 // Object has been loaded andsaved837 $this-> loaded = $this->saved = TRUE;836 // Object has been saved 837 $this->saved = TRUE; 838 838 } 839 839 }
