Skip to main content

Posts

Showing posts from September, 2020

CodeIgniter Wizard End-to-End 10-minute Demo

CodeIgniter Wizard is a PHP developer utility / rapid application development (RAD) tool which helps quickly generate an advanced starting point for MySQL database-driven web applications with administrative interfaces. In the video, you will witness the creation of a PHP MySQL web app with an admin template in about 9 minutes using CodeIgniter Wizard.   By having CodeIgniter Wizard generate common boilerplate code for database-driven CRUD operations with both front-end and back-end components with a simple, intuitive, GUI-based Mac app, you can save weeks, even months from your routine coding time. With a database-first approach, the wizard asks you to select the tables and fields you want to include in your application, and then it automatically generates the necessary models, views and controllers - even the new CodeIgniter 4 entities - all at once, supporting standard database CRUD operations namely create, read, update and delete. It can even create a sidebar and a dash