Inherited Variables
Inherited Constants
Inherited Methods
Class Details
TinyMVC_Load
Tags:
- author - Monte Ohrt
[ Top ]
Class Variables
Class Methods
__construct
TinyMVC_Load __construct(
)
[line 27]
class constructor
Tags:
- access - public
Parameters:
[ Top ]
library
boolean library(
string
$class_name, [string
$alias = null], [string
$filename = null])
[line 96]
library
load a library plugin
Tags:
- access - public
Parameters:
- string $class_name - the class name
- string $alias - the property name alias
- string $filename - the filename
[ Top ]
model
boolean model(
string
$model_name, [string
$model_alias = null], [string
$filename = null])
[line 40]
model
load a model object
Tags:
- access - public
Parameters:
- string $model_name - the name of the model class
- string $model_alias - the property name alias
- string $filename - the filename
[ Top ]
script
boolean script(
string
$script_name)
[line 160]
script
load a script plugin
Tags:
- access - public
Parameters:
- string $script_name - the script plugin name
[ Top ]