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
BESTSELLER
Created by Dave Hollingworth
English
English, Indonesian [Auto-generated], 3 more
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
Unit test your PHP code using the PHPUnit testing framework: find bugs quickly and early, and improve your code quality.
Add registration, login, remember me, account activation, password reset by email and more using the PHP MVC framework
