Mini Map
Search
⌘ K
Log In
Hands-on PHP & MySQL: Build a CRUD Application
0%
1.
Introduction
About the Course
Introduction to the LAMP Stack
2.
App Initialization
Database Definition
Database Connection With PDO
3.
Create and Read Records
Introduction
List All Project
List All Tasks
Add a Project
Add a Task
4.
Refactor the Application
Introduction
MVC Pattern in a Nutshell
Adopt MVC Architecture
Verify the MVC Architecture
Read Records
Verify the "Read Records" Feature
Create Records
Verify the Add Records Feature
Security Refactoring
Verify Security Refactoring
5.
PHP Data Validation
Introduction
Front-end Validation
Back-end Validation
6.
Generate Reports
General Report
Verify the General Report Feature
Filter by Project
Filter by Date
7.
Update and Delete Records
Introduction
Update Records
More on Update Records
Exercise: Update
Remove Records
Exercise: Delete
8.
PHP Router
Introduction to PHP Router
Create a Router for our Project
Exercise
9.
Conclusion
Summary and Perspectives
10.
Appendix
PHP Development Environment
Apache Virtual Host Setup
Home
/
Courses
/
Hands-on PHP & MySQL: Build a CRUD Application
Exercise: Delete
Practice using the delete feature.
We'll cover the following...
In this
...