Changeset 334 for trunk/bin/module_maker


Ignore:
Timestamp:
May 13, 2008 4:14:53 AM (16 years ago)
Author:
quinn
Message:

Fixed lots of misplings. I'm so embarrassed! ;P

Location:
trunk/bin/module_maker
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/module_maker/_config.inc.php

    r238 r334  
    4949$app->start();
    5050
    51 // Global DB object. Automatically preconfigured by $app->start().
     51// Global DB object. Automatically pre-configured by $app->start().
    5252$db =& DB::getInstance();
    5353
  • trunk/bin/module_maker/module.cli.php

    r319 r334  
    8181$public_detail_template = $module_name_singular . '_view.ihtml';
    8282
    83 // Databaes names
     83// Database names
    8484$db_tbl = $module_name_singular . '_tbl';
    8585$primary_key = $module_name_singular . '_id';
Note: See TracChangeset for help on using the changeset viewer.