[eluser]Eng.Faruk[/eluser]
When using the security helper in a controller ,i got error like this
$this->load->library('security');
$this->load->helper('security');
Error:
PHP Error was encountered
Severity: Notice
Message: Undefined property: Careers::$security
So can anyone suggest me to figureout the problem?