how to autoladed multiple library in codigniter on config file

how to autoladed  multiple library in codigniter  on config file  

to solve the  prooble  use multiple library autoloade in codigniter  on config file

1) get The autoload.php file and write this  code


$autoload['helper'] = array('url','form');


No comments