I'm using CodeIgniter
and when my code try to load
$this->load->library('session');
I get this error:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: Appointments::$load
Filename: controllers/appointments.php
Line Number: 7
I don't know how to fix this? What's the cause? I should provide something else?