PHP Classes
PHP Classes
elePHPant
Icontem

Notable PHP package: PHP Helper Class

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Posted on:

Categories: Notable Packages

Most applications need to use a set of general purpose functions that are often referred as helper functions.

Each application script may need some of the available helper functions but usually not all at once that the application as a whole needs.

This package can load helper function scripts dynamically, thus avoiding to use too much memory, which would happen if all the functions were defined in a single script or a list of large scripts with many helper function inside each one.

Read this article to learn more details about how this notable PHP package works.




The package PHP Helper Class 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: Call helper functions that are loaded dynamically

Here follows in more detail what it does:

This package allows applications to call helper functions that are loaded dynamically.

It provides a class overloading function to handle static function calls that checks if it exists a script in a helper directory with the name of the static function that is called.

If it script exists, the class loads the script and it automatically calls a function that it contains to execute the code of the called function.

If the script does not exist, it may load it dynamically from a remote site from a given URL.

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:

FacebookGmail
HotmailStackOverflow
GitHubYahoo


Comments:

No comments were submitted yet.




  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)