core/MY_Loader.php

Warning

The class reference below uses tk.phpautodoc to automatically generate the content. It uses the phpDocumentor format. Some DocBlock tags may not be supported, formatting may not render properly, content may not be missing, or content may not load at all.

Class Reference

class MY_Loader

Extend, Override, Replace the Loader Core Class

When adding functionality to an existing library, the normal method is to extend the parent class in CodeIgniter. MY_Loader extends CI_Loader

The class hierarchy effectivly results in the following object inheritance. MY_Loader extends MX_Loader extends CI_Loader

@package third_party/MX/Loader.php

@subpackage MX_Loader