Welcome Guest, Not a member yet? Register   Sign In
Error:Call to undefined method
#1

[eluser]ChristopherDosin[/eluser]
hey guys,

i`m new at php and codeigniter. i`ve a question.
i get this error message.

Code:
Fatal error: Call to undefined method CI_Loader::libary() in D:\xampp\htdocs\chris\application\controllers\login.php on line 36

line 36 in my php file:

Code:
function create_member()
    {
        $this->load->libary('form_validation');
........

in my autoload.php i`ve loaded the form_validation libary
Code:
$autoload['libraries'] = array('database', 'session', 'form_validation');

so whats the error because i`ve loaded the form_validation libary or?


Messages In This Thread
Error:Call to undefined method - by El Forum - 12-21-2009, 11:06 AM
Error:Call to undefined method - by El Forum - 12-21-2009, 11:11 AM
Error:Call to undefined method - by El Forum - 12-21-2009, 01:12 PM
Error:Call to undefined method - by El Forum - 12-21-2009, 01:44 PM
Error:Call to undefined method - by El Forum - 12-22-2009, 05:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB