Sitellite Application Framework
Class Tree         Index         All Elements

Procedural File: Loader.php

Source Location: Program_Root/Loader/Loader.php



Classes:

Loader
Loader is a class that creates more of a Java-like 'import' mechanism for including libraries and files. That way you can specify include files not by their location but by which library they correspond to (ie. org.sitellite.XML.XSLT).


Page Details:









appconf [line 1215]

void appconf( )



[ Top ]



appconf_set [line 1225]

void appconf_set( mixed $key, mixed $value)



[ Top ]



conf [line 1200]

void conf( )



[ Top ]



conf_set [line 1210]

void conf_set( mixed $key, mixed $value)



[ Top ]



loader_add_path [line 1136]

void loader_add_path( mixed $name, mixed $path)



[ Top ]



loader_app [line 1230]

void loader_app( )



[ Top ]



loader_box [line 1164]

void loader_box( mixed $name, [mixed $parameters = array ()], [mixed $context = 'normal'])



[ Top ]



loader_box_allowed [line 1176]

void loader_box_allowed( mixed $name, [mixed $context = 'normal'])



[ Top ]



loader_box_get_access [line 1172]

void loader_box_get_access( mixed $name, mixed $app)



[ Top ]



loader_box_get_settings [line 1168]

void loader_box_get_settings( mixed $name, mixed $app)



[ Top ]



loader_box_rewrite [line 1140]

void loader_box_rewrite( mixed $data)



[ Top ]



loader_call [line 1246]

void loader_call( )

Loads the specified library (parameter 1), and calls the specified static

method (parameter 2), with the specified parameters (the rest of the parameters), and returns the result. This can be used to call a specific method or function in a library in a single line of code, for example:


1 echo loader_call ('saf.Date', 'Date::format', '2004-05-06', 'F jS, Y');




Tags:

access:  public


[ Top ]



loader_dl [line 1160]

void loader_dl( mixed $lib)



[ Top ]



loader_form [line 1180]

void loader_form( mixed $name, [mixed $context = 'normal'])



[ Top ]



loader_form_allowed [line 1196]

void loader_form_allowed( mixed $name, [mixed $context = 'normal'])



[ Top ]



loader_form_get_access [line 1188]

void loader_form_get_access( mixed $name, mixed $app)



[ Top ]



loader_form_get_fields [line 1192]

void loader_form_get_fields( mixed $name)



[ Top ]



loader_form_get_settings [line 1184]

void loader_form_get_settings( mixed $name, mixed $app)



[ Top ]



loader_import [line 1144]

void loader_import( mixed $lib, [mixed $method = 'include'], [mixed $extension = 'php'])



[ Top ]



loader_include [line 1148]

void loader_include( mixed $lib, [mixed $extension = 'php'])



[ Top ]



loader_require [line 1152]

void loader_require( mixed $lib, [mixed $extension = 'php'])



[ Top ]



loader_return [line 1156]

void loader_return( mixed $lib, [mixed $extension = 'php'])



[ Top ]



Copyright © 2007, SIMIAN systems Inc.
All rights reserved. Privacy policy
Documentation generated on Tue, 13 Feb 2007 17:17:55 -0600 by Sitellite AppDoc and phpDocumentor 1.2.2