08.10.2017 Views

codeigniter_tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CodeIgniter<br />

$autoload['language'] = array('lang1', 'lang2');<br />

<br />

Models: It is a list of models file, which should be autoloaded. Provide a list of<br />

models in an array as shown below to be autoloaded by CodeIgniter. Following is<br />

the example of how to auto load more than one models files.<br />

$autoload['model'] = array('first_model', 'second_model');<br />

22

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!