Changeset 2269
- Timestamp:
- 03/10/2008 09:12:31 AM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/ORM.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/ORM.php
r2268 r2269 342 342 { 343 343 // Extract table name 344 $table = substr($method, 13) 344 $table = substr($method, 13); 345 345 346 346 // Construct a new model
