views:

44

answers:

3

Hello,

I'm currently trying to improve my PHP by moving towards an MVC framework architecture. I've looked around a lot and have decided to go with the Zend Framework.

However all the tutorials I can find talk about version 1.8, the problem is I can only find version 1.1 on the Zend Framework site.

I'm probably missing some key concept but I just can't figure it out.

So my question is, what's the latest version meant to be and why aren't they advertising it? Also any ZF beginner tutorials you can recommend would be great!

Thanks for your help!

A: 

The latest version is 1.10.7, everything you need is here

nuqqsa
+1  A: 

Its notversion 1.1 but 1.10 wich is higher then 1.8!.

For tutorials I cannot recommend zend cast enough. This will get you going with ZF like no other page.

Also as Nuqqsa said zendframework website has all the info you want/need.

Iznogood
Of course how foolish, thanks.
ashsplash
@ashsplash hey found it confusing too mathematically 1.10 is is less then 1.8. But this is versionsnot math ;-)
Iznogood
A: 

I'm surprised that you found 1.8 tutorials. The QuickStart tutorial and my ZF tutorial are both 1.10 compatible. Though I have to admit that I can't think of any others that are updated for each release. The ZendCasts site is good if you learn visually.

Rob Allen