Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php-nette-robot-loader - Nette RobotLoader: comfortable autoloading
- Description:
RobotLoader is a tool that gives you comfort of automated class loading
for your entire application including third-party libraries.
- get rid of all require
- only necessary scripts are loaded
- requires no strict file naming conventions
- allows more classes in single file
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/RobotLoader/autoload.php';
Packages