Méthode |
Description |
|
__get ( $class ) |
|
|
_add_module_paths ( $module = '' ) |
Add a module path loader variables * |
|
_autoloader ( $autoload ) |
Autoload module items * |
|
_ci_load ( $_ci_data ) |
|
|
config ( $file, $use_sections = FALSE, $fail_gracefully = FALSE ) |
Load a module config file * |
|
database ( $params = '', $return = FALSE, $query_builder = NULL ) |
Load the database drivers * |
|
helper ( $helper = [] ) |
Load a module helper * |
|
helpers ( $helpers = [] ) |
Load an array of helpers * |
|
initialize ( $controller = NULL ) |
Initialize the loader variables * |
|
language ( $langfile, $idiom = '', $return = FALSE, $add_suffix = TRUE, $alt_path = '' ) |
Load a module language file * |
|
languages ( $languages ) |
|
|
libraries ( $libraries ) |
Load an array of libraries * |
|
library ( $library, $params = NULL, $object_name = NULL ) |
Load a module library * |
|
model ( $model, $object_name = NULL, $connect = FALSE ) |
Load a module model * |
|
models ( $models ) |
Load an array of models * |
|
module ( $module, $params = NULL ) |
Load a module controller * |
|
modules ( $modules ) |
Load an array of controllers * |
|
plugin ( $plugin ) |
Load a module plugin * |
|
plugins ( $plugins ) |
Load an array of plugins * |
|
view ( $view, $vars = [], $return = FALSE ) |
Load a module view * |
|