Author: Manuel Lemos
Viewers: 177
Last month viewers: 1
Categories: Notable Packages
Autoloading allows PHP to load classes using configurable rules, so developers do not have to write too much code to load all the class scripts they need.
This package not only can autoload classes, but also can cache the code of the classes to be loaded in session variables, so class loading can be done faster from memory.
Read this article to learn more details about how this notable PHP package works.
This package not only can autoload classes, but also can cache the code of the classes to be loaded in session variables, so class loading can be done faster from memory.
Read this article to learn more details about how this notable PHP package works.
The package PHP LGCF Loader is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Load classes and functions when needed
Here follows in more detail what it does:
This package can be used to load classes and functions when needed.
It can load scripts with classes or functions on demand from a given path.
The loaded classes and functions are stored in session variables to avoid further class or function script reloading.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Load classes and functions when needed
Here follows in more detail what it does:
This package can be used to load classes and functions when needed.
It can load scripts with classes or functions on demand from a given path.
The loaded classes and functions are stored in session variables to avoid further class or function script reloading.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.