Moshe's articles
Practical OOP: Building a Quiz App – MVC
In part 2, Moshe wraps up the MVC quiz app by implementing models, mappers, controllers and views, in a SOLID manner.
Practical OOP: Building a Quiz App – Bootstrapping
In part 1 of this series on building a SOLID MVC quiz app with Slim, Moshe Teutsch bootstraps and explains the project.
Introduction to PhpDoc
Read Introduction to PhpDoc and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
PHP Namespaces
Namespaces are a powerful feature that prevents naming collisions with identifiers, such as function, class, and interface names.