|
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]
appconf_set [line 1225]
void appconf_set(
mixed $key, mixed $value)
|
|
conf [line 1200]
conf_set [line 1210]
void conf_set(
mixed $key, mixed $value)
|
|
loader_add_path [line 1136]
void loader_add_path(
mixed $name, mixed $path)
|
|
loader_app [line 1230]
loader_box [line 1164]
void loader_box(
mixed $name, [mixed $parameters = array ()], [mixed $context = 'normal'])
|
|
loader_box_allowed [line 1176]
void loader_box_allowed(
mixed $name, [mixed $context = 'normal'])
|
|
loader_box_get_access [line 1172]
void loader_box_get_access(
mixed $name, mixed $app)
|
|
loader_box_get_settings [line 1168]
void loader_box_get_settings(
mixed $name, mixed $app)
|
|
loader_box_rewrite [line 1140]
void loader_box_rewrite(
mixed $data)
|
|
loader_call [line 1246]
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:
loader_dl [line 1160]
void loader_dl(
mixed $lib)
|
|
loader_form [line 1180]
void loader_form(
mixed $name, [mixed $context = 'normal'])
|
|
loader_form_allowed [line 1196]
void loader_form_allowed(
mixed $name, [mixed $context = 'normal'])
|
|
loader_form_get_access [line 1188]
void loader_form_get_access(
mixed $name, mixed $app)
|
|
loader_form_get_fields [line 1192]
void loader_form_get_fields(
mixed $name)
|
|
loader_form_get_settings [line 1184]
void loader_form_get_settings(
mixed $name, mixed $app)
|
|
loader_import [line 1144]
void loader_import(
mixed $lib, [mixed $method = 'include'], [mixed $extension = 'php'])
|
|
loader_include [line 1148]
void loader_include(
mixed $lib, [mixed $extension = 'php'])
|
|
loader_require [line 1152]
void loader_require(
mixed $lib, [mixed $extension = 'php'])
|
|
loader_return [line 1156]
void loader_return(
mixed $lib, [mixed $extension = 'php'])
|
|
|
|