Blog |
			Forum |
			Repository |
			Wizard
		
		Jump to letter: [
			
				ABCDEFGHILMNOPQRSTUVWXYZ
			]
		
		
			
				
					php-nette-robot-loader - Nette RobotLoader: comfortable autoloading
					
						- Website:
- https://github.com/nette/robot-loader
- Licence:
- BSD or GPLv2 or GPLv3
- Vendor:
- Remi Collet
						- 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