Changeset 227 for trunk/trax/trax.php

Show
Ignore:
Timestamp:
07/09/06 14:53:36 (6 years ago)
Author:
john
Message:

added PHP Shell an interactive shell to interact with your apps models

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/trax.php

    r225 r227  
    160160            } 
    161161 
    162             // Generator needs to be executable  
    163             if ($src_file == 'generate.php') { 
     162            // Generator & Console needs to be executable  
     163            if ($src_file == 'generate.php' || $src_file == 'console.php') { 
    164164                chmod($dst_path . $src_file, 0754); 
    165             } 
     165            }            
    166166 
    167167            echo  "$dst_path$src_file created\n";