Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14343

Package Autoload

$
0
0
How exactly does it work?

I have created several Enumerations and placed them in application/third_party/Enum and have created an autoloader class for loading them. There is another file index.php in in the third_party folder which instantiates the autoloader.

Both of these fail to work:
PHP Code:
$autoload['packages'] = array(APPPATH.'third_party');
$autoload['packages'] = array(APPPATH.'third_party'DIRECTORY_SEPARATOR .'index.php'); 

Viewing all articles
Browse latest Browse all 14343

Trending Articles