Skip to main content

Posts

Showing posts from 2020

Sample Database in CI Wizard Demos Explained

In this video, the design of the sample relational database used throughout the demos of CodeIgniter Wizard is explained using an E-R diagram. Originally designed in Navicat ( https://www.arclerit.com/navicat/?ref=YToperand ) the E-R diagram shows the entities named 'countries', 'cities' and 'people' which are linked via foreign key definitions. The 'People' table contains about every kind of data column to demonstrate a use case for various data types, so the code generator happens to produce code for a variety of fields. To learn about the new features of CodeIgniter Wizard, you can view https://youtu.be/msSVRN5tY88 For an end-to-end, 9-minute demo, watch https://youtu.be/fo2wmzZ2p3I To take a closer look at what the generated code looks like, see https://youtu.be/6Gh1LU1pV-I APP STORE LINK https://apps.apple.com/app/codeigniter-wizard/id1531951619 PRODUCT WEB SITE https://www.ozar.net/products/codeigniterwizard/?ref=DAVElopment FAQ https

New Features of CodeIgniter Wizard PHP RAD Tool

CodeIgniter Wizard is a Rapid Application Development (RAD) tool and a code generator for PHP MySQL which helps quickly generate MySQL/MariaDB database-driven web applications as an advanced starting point with all the C.R.U.D. functionality, with administrative interfaces based on version 4 of the CodeIgniter framework.  As of version 1.1 of CodeIgniter Wizard, users can select the what data to be referenced before generation of dropdown fields and radio buttons without having to rely solely on foreign keys defined in the database.And Some of the generated application configuration settings are now in the Preferences panel. Generated form code is now more elegant and less verbose using the new old() function instead of set_value(). For an end-to-end, 9-minute demo, watch https://youtu.be/fo2wmzZ2p3I To take a closer look at what the generated code looks like, see https://youtu.be/6Gh1LU1pV-I APP STORE LINK https://apps.apple.com/app/codeigniter-wizard/id1531951619 PRODUCT W

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