The Class Map Generator utility: bin/classmap_generator.phpOverviewThe script bin/classmap_generator.php can be used to generate class map files for use with the ClassMapAutoloader. Internally, it consumes both Zend_Console_Getopt (for parsing command-line options) and Zend_File_ClassFileLocater for recursively finding all PHP class files in a given tree. Quick StartYou may run the script over any directory containing source code. By default, it will look in the current directory, and will write the script to autoload_classmap.php in the directory you specify.
Configuration Options
Class Map Generator Options
|
|