published on
9 Jul 2023
in Web Development,CodeIgniter,PHP
Explore the step-by-step migration process from CodeIgniter3 to CodeIgniter4, touching upon controllers, models, views, and routes. The tutorial also introduces the CodeIgniter Wizard, a significant time-saving tool for Mac users that automates CI4 code generation through reverse-engineering of existing databases, streamlining the migration process.
Understanding the Fundamental Concepts of Data Models of CI4
published on
26 Mar 2023
in PHP,Web Development,CodeIgniter
In many popular programming frameworks that use the Model-View-Controller (MVC) paradigms and are database-driven using an Object-Relational Mapping (ORM) system, entities and models are considered to be interchangeable terms referring to a class that represents a data entity in the database. However, CodeIgniter 4.x introduces a clear separation between entities and models - using two separate classes.
With Long Awaited New Features Like Auth, File Uploads, I18n, Data Export, and More...
published on
3 Sep 2022
in PHP,Development on macOS,Web Development,Mac Apps,CodeIgniter
CodeIgniter Wizard 2.0.2 has been released with a large number new features added to the application, the time needed for demos increased at least ten-fold. Authentication & authorization, secure file uploads for the end user, automatic image resizing post-uploads, language localization and translation in the GUI with the ability to add unlimited number of languages and locales. Also subtle features such as auto-generation of slugs, UUIDs for primary keys, and more...
Taking Your CodeIgniter 4 App Live: A Detailed Guide
published on
5 May 2022
in PHP,Web Development,CodeIgniter
This article describes the common steps needed for your CodeIgniter 4 project to get ready for production deployment. Although CodeIgniter Wizard is extensively mentioned throughout article, the solutions described here can be applied to almost any CodeIgniter4 project.
CodeIgniter Wizard creates Composer-based CI4 projects with the base framework libraries and files residing in the vendor directory and it includes the .env, composer.json and composer.lock files in the root of …
published on
22 May 2021
in CodeIgniter,Development on macOS,PHP,Web Development
CodeIgniter 1.4.4 released to support CodeIgniter 4.1.2 (new framework version), also bringing a number of other improvements.
When creating a new web application, you can now select CodeIgniter 4.1.2 (which is now the new default), 4.1.1, or 4.0.4 (especially if you somehow need to support PHP 7.2) from the framework pop-up menu. A new cool feature allows the users instantly change the framework version of existing applications...