Welcome Guest, Not a member yet? Register   Sign In
Unable to load the requested class: Url
#1

hi , my codeigniter version is 3.1.4 , in autoload i have :

Code:
$autoload['libraries'] = array('url','form');


but i have this errors . HOw can i solve ?
Reply
#2

'url' and 'form' are helpers not libraries.

PHP Code:
$autoload['helpers'] = array('url','form'); 
Reply




Theme © iAndrew 2016 - Forum software by © MyBB