8. Modules and PHP Abstract class | Build a CMS using OOP PHP CMS tutorial MVC [2020]

Опубликовано: 30 Март 2026
на канале: Applicable Programming
4,185
98

Let's make one PHP Abstract class, and organize our code in modules in order to prepare for the CMS Administration. Abstract classes in PHP are similar to regular classes, except that they cannot be instantiated directly, and they can have some abstract properties and methods that have to be implemented by child classes.


Interested in learning real-life PHP design patterns?
➡️ https://www.applicableprogramming.com/


Join our Facebook group to follow the news and join discussion
➡️   / applicableprogrammers  
or discord group if that is more your thing
➡️   / discord  



➤ LINKS
➡️ Source on github: https://github.com/applicable-program...
(use tags to navigate between lessons)
➡️ Private "Applicable Programmers" facebook group   / applicableprogrammers  
➡️ Laravel Eloquent ORM: https://github.com/laravel/framework/...
➡️ Other tutorials: www.ApplicableProgramming.com


Timestamps:
Modules 00:00
Problem 06:59
Abstract classes explained 09:13
Implementation 12:47