Show
Ignore:
Timestamp:
01/12/06 05:24:23 (6 years ago)
Author:
john
Message:

added scaffolding generator

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/scaffold_controller.php

    r107 r113  
    3030        $this->model_object_name = Inflector::singularize($model_name); 
    3131        $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); 
    3333        $this->model_name_human = Inflector::humanize($model_name); 
    3434        if(!class_exists($this->model_class, true)) {