Getting Started with Zend Framework
Uploader Comments (nandinibhaduri)
All Comments (14)
-
This is not Frontend Development! ;-)
-
1:40 I guess magento for example is only a zend framework project ;-)
-
Hmm when you install magento you don't need to install the Zend Framework but the Magento uses also Zend Framework?!?!?!?
-
put your mic further from your mouth next time
-
@Dabayare and @nandinibhaduri There are other more lightweight PHP frameworks that are very good. Of course, Zend is great :)
-
@bugifyme - I just want to add: Almost everyone uses frameworks (even big shot developers). However, if you are just starting to learn programming they can very well be your training wheels before becoming a master at php or whatever language you choose to code in... However, you should try to understand how these frameworks actually do what they do. I would also recommend trying out different frameworks. Zend has a steep learning curve but is very good. others = codeigniter cakephp
-
@bugifyme - if you are asking about the advantages of zend framework as a FRAMEWORK - it cuts down on production time and follows the standard MVC - model, view, controller architecture. This is the standard for web apps. Models - database, view - what you see, controller - controls the view and sort of acts as the middle man between the two. If you are past that level then sorry...
-
i kno i'm being immature, but at 4:10 zend orgasm.
btw, awesome vid, i clicked like! :D
what would you need from a hosting site to upload your zend framework code?
Dabayare 4 months ago
@Dabayare lot of processing power as zend is really heavy...i host it from my own server so did not have to face the problem...
nandinibhaduri 4 months ago
Well i was looking for this n i found you, beautifully explained. But what are the advantages using Zend?
bugifyme 4 months ago
@bugifyme thanks a lot...advantages and disadvantages of php framworks would be too heavy and controversial for youtube comment area. i like zend because its loosely coupled, lots of libraries, less restrictions, object oriented and superbly coded...
nandinibhaduri 4 months ago