Unable to load the requested class: Url |
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 ?
'url' and 'form' are helpers not libraries.
PHP Code: $autoload['helpers'] = array('url','form'); |
Welcome Guest, Not a member yet? Register Sign In |