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 using CodeIgniter 4 and Mysql. CRUD is an acronym for the four basic operations: Create, Read, Update, Delete .