Security in CodeIgniter Framework
AutoLoad Helpers In CodeIgniter Project, Open autoload.php file in config folder. Add form and url helper to helper config as below: $autoload[‘helper’] = array(‘form’, ‘url’); AutoLoad Libraries In CodeIgniter Project, …
Security in CodeIgniter Framework Read More