
Introduction to building a school management system in CodeIgniter 4 from scratch, covering environment setup, running commands, and exploring core project concepts.
Install CodeIgniter 4 from scratch by setting up a local server and running the required commands to set up the project.
Master controllers in a CodeIgniter 4 from scratch school management system, exploring base controllers, libraries, services, and handling requests and views.
Explore routes in CodeIgniter 4 to build a school management system from scratch, and understand how routing shapes navigation and workflow.
Create a new controller in CodeIgniter 4 for a school management system, with an index method for car users and golf users.
Configure the .env environment for a CodeIgniter 4 project from scratch. Explore environment setup, folder organization, assets, and essential configuration steps.
Learn database setup and management for a school management system built from scratch in CodeIgniter 4, addressing terminal errors, remote display issues, and core data concepts.
Develop a basic model in CodeIgniter 4 for a school management system, navigate to the controller, and learn how to inspect a property as you progress.
Learn migrations in a school management system built with CodeIgniter 4, including base migrations, creating new migrations, and managing database changes for scalable growth.
Develop a school management system in CodeIgniter 4 from scratch, guided by seeds, focusing on practical steps and essential checks for robust software.
Learn how to rollback migrations in a CodeIgniter 4 school management system from scratch, validate migration flows, and perform checks to ensure secure deployment.
Learn how to implement layouts for the school management system, focusing on arranging the view and handling height within the CodeIgniter 4 project.
Explore building and debugging the event and user models in a CodeIgniter 4 from-scratch project. Address findall-like data retrieval and fix model errors to ensure smooth data flow.
Explore building and displaying data tables with Bootstrap 5 in the school management system using CodeIgniter 4, focusing on index views and table usage within the user and resource workflows.
Explore building resource routes for a school management system in CodeIgniter 4, focusing on creating routes and full links for the site in this part 1 overview.
Develop and extend resource routes in a CodeIgniter 4 school management system, Part 2, to handle views, search interactions, and show-related routing patterns.
Master resource routes in CodeIgniter 4 to build and manage a school management system from scratch, continuing the implementation of robust routing for school modules.
Develop and implement a school management system in CodeIgniter 4 from scratch by exploring resource routes in part 4, emphasizing views and routing concepts.
Learn how to handle get and post requests in a CodeIgniter 4 school management system. Build a resources view and implement basic form handling and password encryption.
Create and insert new fields into the database table using a CodeIgniter 4 model, enabling property handling and password management while setting up from scratch for a school management system.
Learn to implement validation rules in CodeIgniter 4, enforce required fields, and manage errors across controllers and views in practical form handling.
Explore how flashdata handles validation in a CodeIgniter 4 school management system, including displaying validation errors and managing message persistence across requests with color-coded feedback.
Explore the entity concept in a school management system built with CodeIgniter 4, emphasizing user creation, registration, and auditing of entities.
Learn how to implement the edit operation in a school management system using codeigniter 4, including ip and user validation, indexing, and updating records from scratch.
Learn how to implement delete operations in a school management system built with CodeIgniter 4 from scratch, including managing views, applying new rules, and controlling users.
Develop a pdf report in a CodeIgniter 4 school management system by implementing a controller, leveraging libraries, and adjusting the report style for clear presentation.
Introduce login in a CodeIgniter 4 project by creating a login controller, setting up routes, and rendering the login view. Handle login requests and include optional email verification.
We develop the course in a unix-like environment such as Linux, so it is advisable to have prior knowledge in this type of environment, as well as composer, the course we started from 0 developing various projects step by step.
Welcome to this course and I hope you like it, see you in the classes.
It is necessary to have php installed in its version 7 since we will work with version 4 CodeIgniter which is the last one so far, combining this framework with other frameworks such as bootstrap 4 and mysql.
Something interesting about the CodeIgniter framework is its template system which allows us to easily organize html elements, apply inheritance among other features such as extend, include, if cycles, foreach easily and quickly.
includes interesting elements such as bundles and component handling to create professional applications, which is easy to maintain in a collaborative team of developers.
Something interesting about postgresql is its simple system which allows us to easily organize our ideas, apply logic among other features easily and quickly.
Change includes interesting elements to create professional applications, which is easy to maintain in a collaborative team of developers, once you have knowledge of sql with postgresql it will be much easier for you to migrate to any programming language or technology
learn step by step with php 7 or 8 in 2022
Learn without fear step by step