Welcome Guest, Not a member yet? Register   Sign In
Undefined Variable problem
#7

[eluser]InsiteFX[/eluser]
Try placing a comma on the end.
Code:
$data1 = array(
    'valid_errors' => validation_errors(),
);

// or try this:
$this->load->vars($data1);
$this->template->set_partial('maincontent','partials/student_login')
               ->build('layouts/default');

You may need to assign the validation_errors() to a varianle first then pass that in your $data1 array.


Messages In This Thread
Undefined Variable problem - by El Forum - 01-27-2012, 03:15 AM
Undefined Variable problem - by El Forum - 01-27-2012, 03:45 AM
Undefined Variable problem - by El Forum - 01-27-2012, 04:55 AM
Undefined Variable problem - by El Forum - 01-27-2012, 05:24 AM
Undefined Variable problem - by El Forum - 01-27-2012, 09:37 AM
Undefined Variable problem - by El Forum - 01-30-2012, 04:54 AM
Undefined Variable problem - by El Forum - 01-30-2012, 01:19 PM
Undefined Variable problem - by El Forum - 01-30-2012, 01:59 PM
Undefined Variable problem - by El Forum - 01-31-2012, 05:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB