Formatting output Plese Wait...

zLoader Class Reference
[Zigmoyd's loader Utilities.]

Contains the methods to load module(s), View(s), plugin(s). More...

Inheritance diagram for zLoader:

Inheritance graph
[legend]
Collaboration diagram for zLoader:

Collaboration graph
[legend]

Public Member Functions

 zLoader ()
 __construct ()
 Defines the constants required and dumps the array of parsed class.ini.php file under settings also links $zLoader to zLoader class.
 ld ($path, $str, $indx)
 The main loader Method ran through module and plugin method that actually loads the method / Plugin $key === module / Plugin / .
 module ($str, $mode=MOD_EXPLICIT)
 Loads a Module.
 modules ()
 Loads multiple modules at a time.
 plugin ($str, $mode=PLUG_EXPLICIT)
 Loads Plugins.
 plugins ()
 Loads multiple Modules at a time.
 lib ($libName)
 Load a Lib of the Current Project.
 listModules ()
 List's all the aviliable/loadable modules.
 listPlugins ()
 List's all the aviliable/loadable plugins.

Data Fields

 $class
 $loaded_mods = array()

Detailed Description

Contains the methods to load module(s), View(s), plugin(s).

Get's Instantiated as $load Global Object. You can Use $load->module() or $load->plugin() etc.. and from your Controler you get a reference to $load Object as $this->load

Definition at line 33 of file preloader.php.


Constructor & Destructor Documentation

zLoader::__construct( ) 


Member Function Documentation

zLoader::zLoader( ) 

zLoader::ld( unknown $path, string $str, string $indx )

zLoader::module( string $str, int $mode = MOD_EXPLICIT )

zLoader::modules( ) 

zLoader::plugin( string $str, int $mode = PLUG_EXPLICIT )

zLoader::plugins( ) 

zLoader::lib( string $libName ) 

zLoader::listModules( ) 

zLoader::listPlugins( ) 


Field Documentation

zLoader::$class

zLoader::$loaded_mods = array()


The documentation for this class was generated from the following file:

Generated on Mon Oct 27 23:54:10 2008 for zigmoyd.kdevelop by doxygen 1.5.6
CompoundsX
Build Compounds List