How to implement validations in codeigniter?
Answer / Mohd Shahnawaz Qureshi
Validations can be implemented using the Form Validation Class. You need to load this class in your controller, set validation rules, and run the validation function before saving data to the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention what is the default url pattern used in codeigniter framework?
What is constructor in codeigniter?
How can you load multiple helper files?
What is view codeigniter?
How to unset session in codeigniter?
How to truncate table with query in codelgniter?
In which directory logs are saved in codeigniter?
What is library in codeigniter?
Explain the remapping method calls in codeigniter.
What is route in codeigniter?
What is load in codeigniter?
How do I do a count('foo') using the active record functions?