Write PHP Like a Pro: Build a PHP MVC Framework From Scratch, Learn to write faster, easier to maintain, more secure PHP websites by using a model-view-controller framework
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
- Separate application code from presentation code
- Organise your PHP code into models, views and controllers in an MVC framework
- Use namespaces and an autoloader to load PHP classes automatically
- Use the Composer tool to manage third-party package dependencies and autoloading
- Handle errors and exceptions in PHP and display more or less error detail based on the environment
- Understand how MVC frameworks work, making it easier to learn an existing framework like Laravel or CodeIgniter
More Courses by Dave Hollingworth
Build a Content Management System from Scratch with PHP and MySQL
Learn to write faster, easier to maintain, more secure PHP websites by using a model-view-controller framework
Unit test your PHP code using the PHPUnit testing framework: find bugs quickly and early, and improve your code quality
Advertisement