Easiest Way to Learn Zend Framework

preview_player
Показать описание
What is the easiest way to learn Zend Framework?

Try meditating or listening to elevator music to zone out -

I meant the Zend programming framework.

I know what Zend is, but it is so complicated that it is hard to learn.

That’s why I asked for the easiest way to learn it, not an easy way.

I would start with framework dot Zend dot com, which has the most resources for learning the Zend framework. That is the hub for the Zend Framework version 2 that is the basis for the PHP 5.3 and later versions.

I know Zend Framework 1 had at least ten million users.

It was actually adopted by more than fifteen million, but it is so complicated it even has an installation manual on how to install it.

What makes it so complicated?

In the case of Zend version 2, each component is separate and has few dependencies. You get a lot of flexibility, but also complexity.

That’s complexity of design, not software and frameworks.

Using Zend means you probably use Composer to track the dependencies between modules and Pyrus to manage the installation.

That’s like the configuration management software they use to track all the piece parts in a jet but for a software program. It sounds way too complicated for what I need to use.

You could use a different framework, which is why there are so many other PHP frameworks. But if you want to use the Zend framework, I’d suggest starting at framework dot Zend dot com.

Version one or version 2?

They actually have information on both. Its reference guide even has a thousand pages and hundreds of examples of code.

As if I could keep track of which one to use.

They do explain the API that is used with Zend Framework to create a self-documented code base.

Only after a lot of human effort setting it up and managing it.

So try the Zend framework guides on Akrabat dot com. Even if you do not use that site’s resources, it is still a good way to learn about the Framework.

Given the popularity of PHP, I’d expect more resources for learning the framework than the creator group’s website.

KillerPHP dot com has lessons on the Zend Framework in addition to MySQL and PHP.

I’d expect a site called KillerPHP to have a lot of resources on PHP.

And the user forum on that site is a lot more open to questions than ones populated by Zend experts.

I do not know if that site is reputable or reliable.

So go to PHPEveryDay dot com for their documentation on Zend. It tells you to get the framework from framework dot Zend dot com but has a lot of decent introductory material on Zend.

How to use the framework might as well be learned from the framework’s home page.

The PHPEveryDay dot com site has better information on creating dynamic content, linking to Apache and referencing MySQL.

That’s more of an every day resource for me, then.
Рекомендации по теме