Changeset 406
- Timestamp:
- 08/09/10 09:29:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/cake/console/libs/console.php
r310 r406 65 65 $class = Inflector::camelize(r('.php', '', $model)); 66 66 $this->models[$model] = $class; 67 $this->{$class} = new $class();67 $this->{$class} = ClassRegistry::init($class); 68 68 } 69 69 $this->out('Model classes:');
Note: See TracChangeset
for help on using the changeset viewer.