10-19-2010, 11:32 AM
[eluser]K-Fella[/eluser]
How come you can't load multiple language files using an array?
By the way, I think loading language files should be done using:
This (to me anyway) is more in keeping with the coding practices of CI.
How come you can't load multiple language files using an array?
Code:
$this->lang->load(array('user', 'page'));
By the way, I think loading language files should be done using:
Code:
$this->load->language();
This (to me anyway) is more in keeping with the coding practices of CI.