MVC Frameworks for Building PHP Web Applications

0
Join & Subscribe
LinkedIn Learning
Free Trial Available
English
Certificate Available
2-3 hours worth of material
selfpaced

Overview

Explore six Model-View-Controller (MVC) frameworks: Zend, Symfony, CodeIgniter, CakePHP, Yii, and Laravel. Learn how to select the right framework for your app development project.

PHP developers have a choice: they can design their own architecture or they can use a framework. Frameworks speed up development, enhance collaboration, and help keep code organized. In this course, Drew Falkman introduces the six most popular Model-View-Controller frameworks: Zend, Symfony, CodeIgniter, CakePHP, Yii, and Laravel. Drew describes the advantages of each framework and shows how to get and install the software. Then, he demonstrates how to get the default pages for each framework up and running, so you can see how the code is structured. In the final chapter, Drew compares all the frameworks and provides resources to move forward with each one. Since your choice of framework affects the success of your project, this course is designed to provide the information you need to make the right decision.

Syllabus

Introduction
  • Welcome
1. About PHP Frameworks
  • Why use a framework?
  • Understanding MVC: Model View Controller
  • Introducing framework concepts
  • Choosing the right framework
  • Windows setup
  • macOS setup
2. Zend 3
  • Intro to Zend 3
  • Zend concepts and features
  • Zend components
  • Zend setup
  • Zend app walkthrough
  • Zend advanced concepts and next steps
3. Symfony 3
  • Intro to Symfony 3
  • Symfony concepts and features
  • Symfony components
  • Symfony setup
  • Symfony app walkthrough
  • Symfony advanced concepts and next steps
4. CodeIgniter 3
  • Intro to CodeIgniter 3
  • CodeIgniter concepts and features
  • CodeIgniter classes
  • CodeIgniter setup
  • CodeIgniter app walkthrough
  • CI advanced concepts and next steps
5. CakePHP 3
  • Intro to CakePHP 3
  • CakePHP concepts and features
  • CakePHP components
  • CakePHP setup
  • CakePHP app walkthrough
  • CakePHP advanced concepts and next steps
6. Yii 2
  • Intro to Yii 2
  • Yii concepts and features
  • Yii classes and widgets
  • Yii setup
  • Yii app walkthrough
  • Yii advanced concepts and next steps
7. Laravel 5
  • Intro to Laravel 5
  • Laravel concepts and features
  • Laravel classes
  • Laravel setup
  • Laravel app walkthrough
  • Laravel advanced concepts and next steps
Conclusion
  • Comparing frameworks and next steps

Taught by

Drew Falkman