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://www.ozar.net/products/codeigniterwizard/faq/?ref= DAVElopment
SOURCE CODE OF GENERATED WEB APP
https://github.com/ozarnet/ci4sampleapp
THE MAKING OF THE DATABASE USED IN THE DEMO
https://www.youtube.com/watch?v=GUjMfrwrtco
Introducing the Python Code Handbook from FreeCodeCamp that are worth your time: 1. This handbook will teach you Python for beginners through a series of helpful code examples. You'll learn basic data structures, loops, and if-then logic. It also includes plenty of project-oriented learning resources you can use to dive even deeper. (full handbook): https://www.freecodecamp.org/news/python-code-examples-simple-python-program-example/ 2. freeCodeCamp just published this course to help you pass the Google Associate Cloud Engineer certification exam. If you want to work as a DevOps or a SysAdmin, this cert may be worth your time. You'll learn Cloud Engineering fundamentals, Virtual Private Cloud concepts, networking, Kubernetes, and High Availability Computing. (20 hour YouTube course): https://www.freecodecamp.org/news/google-cloud-digital-leader-certification-study-course-pass-the-exam-with-this-free-20-hour-course/ 3. React Router 6 just came out a few months ago, and freeCo...
Comments