Google News
logo
CodeIgniter - Interview Questions
What are CodeIgniter security methods?
CodeIgniter security methods help to create a secure application and process input data. The methods are given below :
 
* XSS filtering
* CSRF (Cross-site Request Forgery)
* Class reference
Advertisement