
CodeIgniter
Build a CRUD application using CodeIgniter 4 and Mysql
A CodeIgniter CRUD application is one that uses forms to get data into and out of a database. In this tutorial, we’ll build a complete CRUD application…
13 min read
Category
Guides, tutorials and deep dives on CodeIgniter.
1 article

A CodeIgniter CRUD application is one that uses forms to get data into and out of a database. In this tutorial, we’ll build a complete CRUD application…