Changeset 113 for trunk/trax/vendor/trax/scaffold_controller.php
- Timestamp:
- 01/12/06 05:24:23 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/scaffold_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/scaffold_controller.php
r107 r113 30 30 $this->model_object_name = Inflector::singularize($model_name); 31 31 $this->model_class = Inflector::classify($model_name); 32 $this->model_name_plural = Inflector:: humanize(Inflector::pluralize($model_name));32 $this->model_name_plural = Inflector::pluralize($model_name); 33 33 $this->model_name_human = Inflector::humanize($model_name); 34 34 if(!class_exists($this->model_class, true)) {
