CodeIgniter Forums
$autoload['model'] = array('Model_name', 'fubar') - specifying the secon second parameter of the loading function - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: $autoload['model'] = array('Model_name', 'fubar') - specifying the secon second parameter of the loading function (/showthread.php?tid=10994)



$autoload['model'] = array('Model_name', 'fubar') - specifying the secon second parameter of the loading function - El Forum - 08-21-2008

[eluser]Jônatan fróes[/eluser]
I'd like to autoload my model assigning it to a different object name...

Code:
$autoload['model'] = array('Model_name', 'fubar').

Is it possible?