#123 Tests on profile 2 | Student management system in PHP | OOP MVC | Quick programming tutorial

preview_player
Показать описание
in this series, we create a student management system from scratch using PHP in object oriented format and model view controller system.

images used:

source code:

complete playlist:

PHP Object Oriented Programming basics:

more tutorials:
make a social website from scratch:

all crash courses:

code a live chat app in PHP and JavaScript:

make an eCommerce website from template:

convert an HTML template to PHP website:

simple signup and login system & security:

crop images with PHP:

Chart or graph using SVG:

Responsive web design:

clean pretty URLs:

support me on patreon:

my facebook:
Рекомендации по теме
Комментарии
Автор

In my opinion, I think we don't need to foreach $data['student_classes'] to collect a list of class_id because $data['student_classes'] always return one object with first method, right ?

tieucuong