In this tutorial, we will see how to add server-side validation with custom error messages and callback to the login and registration using Codeigniter form…
Category: CodeIgniter
Database migration is one of the best features that you get in any PHP framework. Database migration in the framework is just like a version…
Pagination is one of the best way to split and present data into page by page order. Order of pages are either ascending or descending…
Faker is one of the most popular PHP library for generating fake data. I quite often use this library at the start of my project.…
I have already covered login form and registration form in my previous posts. In this tutorial I am going to cover how to create CRUD…
In my previous post we create registration form in codeigniter. In this tutorial I am going to create login form in codeigniter. I am taking…
Codeigniter is one of the most popular PHP MVC framework available right now. It comes with bunch of built-in libraries and helper functions like database,…
In my previous post we have successfully installed codeigniter in xampp . In this tutorial I am going to describe you codeigniter framework directory structure.…
Codeigniter is one of the most popular and lightweight PHP framework till date. Codeigniter is based on MVC design pattern and it requires almost zero…