PHP on T R A X
Rapid Application Development Made Easy

Changeset 114 for trunk

Show
Ignore:
Timestamp:
01/12/06 05:26:09 (3 years ago)
Author:
john
Message:

added scaffolding generator

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/trax/config/environment.php

    r108 r114  
    22 
    33# include path for your php libs (PEAR etc) 
    4 define("PHP_LIB_ROOT",      "/usr/share/php"); 
    5 define("TRAX_ROOT",         dirname(dirname(__FILE__)) . "/"); 
    6 define("TRAX_URL_PREFIX",   null); 
     4define("PHP_LIB_ROOT",          "/usr/local/lib/php"); 
     5define("TRAX_ROOT",             dirname(dirname(__FILE__)) . "/"); 
     6define("TRAX_URL_PREFIX",       null); 
     7define("TRAX_VIEWS_EXTENTION",  "phtml"); 
    78 
    89# Set in the Apache Vhost (SetEnv TRAX_MODE development)