$_ci_ob_level
$_ci_ob_level : integer
Nesting level of the output buffering mechanism
Loader Class
Loads views and files
is_loaded( $class) : mixed
Is Loaded
A utility function to test if a class is in the self::$_ci_classes array. This function returns the object name if the class tested for is loaded, and returns FALSE if it isn't.
It is mainly used in the form_helper -> _get_validation_object()
$class |
class object name on the CI SuperObject or FALSE
view( $view, $vars = array(), $return = FALSE) : void
Load View
This function is used to load a "view" file. It has three parameters:
$view | ||
$vars | ||
$return |
remove_package_path( $path = '', $remove_config_path = TRUE) : \type
Remove Package Path
Remove a path from the library, model, and helper path arrays if it exists If no path is provided, the most recently added path is removed.
$path | ||
$remove_config_path |