CodeIgniter4 How to: Create and use Factory in Codeigniter4 with example Emman, November 7, 2023November 7, 2023 A factory is a design pattern that allows you to create objects of different types… Continue Reading
CodeIgniter4 How to: Use Traits in codeigniter4 with example Emman, November 7, 2023November 7, 2023 Traits are a feature of PHP that allow you to reuse code across different classes… Continue Reading
CodeIgniter How to: Deploy CodeIgniter4 on Docker Emman, November 6, 2023November 6, 2023 Prerequisites Steps This file defines two services: web and mysql. The web service uses a… Continue Reading
CodeIgniter4 caching with Redis in a sample CRUD (Create, Read, Update, Delete) project Emman, October 2, 2023October 2, 2023 CodeIgniter 4’s caching with Redis in a sample CRUD (Create, Read, Update, Delete) project. CodeIgniter… Continue Reading