![]() |
Having trouble loading multiple sparks - 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: Having trouble loading multiple sparks (/showthread.php?tid=60475) |
Having trouble loading multiple sparks - El Forum - 04-04-2014 [eluser]Unknown[/eluser] Hello, I am trying to autoload more than 1 spark, but i keep getting errors. $autoload['sparks'] = array('decorator/0.1.0','autoform/3.8.2'); Is the above code not correct? how do you load more than 1 package? |