Join Drew Falkman for an in-depth discussion in this video Zend setup, part of MVC Frameworks for Building PHP Web Applications.
- [Instructor] How you install Zend will depend…on how you're using it.…Composer is the preferred method of installation,…though you can always grab parts manually if you want to…from their GitHub repositories.…So, as a side note, Zend is the only framework…that has their own commercial server.…So Zend actually has a server you can buy…that includes the framework and everything else…and you can run directly on that.…So I'm not going to get into that, but just so you know,…there is that option, the commercial option.…
So there's a couple different ways…you can get started installing Zend.…One is, you can use the composer require,…which will essentially create a composer.json for you…and a new composer project,…and inside of there, it will download…the core MVC Zend Framework.…In addition, you can do the same thing…if you want to use some of the elements…from Zend specifically but maybe not the whole thing.…And this is how composer really works,…is you create your application, you set it to require,…and it will just add those elements…
Author
Released
2/9/2017- Why use a framework?
- MVC-framework concepts
- Framework components
- Setting up the software
- Sample apps built in each framework
- Comparing frameworks
Skill Level Intermediate
Duration
Views
Related Courses
-
Learning CodeIgniter 3
with Bernardo Pineda1h 27m Beginner -
Code Clinic: PHP
with David Powers4h 44m Intermediate -
PHP: Creating Secure Websites
with Kevin Skoglund4h 15m Intermediate -
PHP: Accessing Databases with PDO and MySQLi
with David Powers3h 47m Intermediate
-
Introduction
-
Welcome1m 6s
-
-
1. About PHP Frameworks
-
Why use a framework?4m 55s
-
Windows setup11m 13s
-
macOS setup8m 25s
-
-
2. Zend 3
-
Intro to Zend 33m 44s
-
Zend concepts and features4m 59s
-
Zend components3m 46s
-
Zend setup4m 7s
-
Zend app walkthrough6m 20s
-
-
3. Symfony 3
-
Intro to Symfony 32m 54s
-
Symfony components3m 23s
-
Symfony setup5m 45s
-
Symfony app walkthrough7m 44s
-
-
4. CodeIgniter 3
-
Intro to CodeIgniter 32m 41s
-
CodeIgniter classes2m 2s
-
CodeIgniter setup2m 11s
-
-
5. CakePHP 3
-
Intro to CakePHP 32m 40s
-
CakePHP components1m 52s
-
CakePHP setup3m 38s
-
CakePHP app walkthrough6m 9s
-
-
6. Yii 2
-
Intro to Yii 21m 50s
-
Yii concepts and features1m 36s
-
Yii classes and widgets1m 42s
-
Yii setup3m 46s
-
Yii app walkthrough6m 17s
-
-
7. Laravel 5
-
Intro to Laravel 52m 56s
-
Laravel classes2m 23s
-
Laravel setup5m 6s
-
Laravel app walkthrough4m 53s
-
-
Conclusion
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Zend setup