#38 Switch schools func | 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:
Рекомендации по теме
Комментарии
Автор

Hi; I am having a problem on schools, it did work before we added switch schools but now it no longer works. I have gone back over the previous 3 classes but cannot see where I went wrong. Here is the errors I'm getting:
Notice: Trying to get property 'firstname' of non-object in views/schools.view.php on line 32
Notice: Trying to get property 'lastname' of non-object in views/schools.view.php on line 32
Notice: Trying to get property 'rank' of non-object in in views/schools.view.php on line 32
Can you help me with this?

NewsThatsUsed