-1

Hello I am new to the Zend & Stacjoverflow also.

I have just basic concepts of Zend in mind only. So please suggest me which version is better for the development zend2 (or) Zend 1.+.

Currently i am using zend 1.12.3 only

  • possible duplicate of [Zend Framework 1 vs Zend Framework 2 performance](http://stackoverflow.com/questions/12314300/zend-framework-1-vs-zend-framework-2-performance) – Raptor May 14 '14 at 10:39
  • 3
    Zend2 as learning old concepts is a bit pointless – vogomatix May 14 '14 at 10:39
  • ZF1 & ZF2 are with different architecture. In most of the cases, there must be a good reason for newer version. Thus, always use new version. – Raptor May 14 '14 at 10:40
  • Thanks @Raptor & vogomatix. I here that zend2 is much slow compared to the zend1 is it correct? – Murthy Muddu May 14 '14 at 10:45
  • performance depends on usage & sub version. It's better to try it out on your own. – Raptor May 14 '14 at 10:47
  • ZF2 Apps can be much(!) faster than zf1 apps. – Sam May 14 '14 at 20:06

1 Answers1

3

Taken from the official FAQs of Zend Framework 2:

I’m starting a new project – which version of Zend Framework should I use?

Start using Zend Framework 2! It's already stable.

It is always a good idea to learn(and use) newer version.

Ujjwal Ojha
  • 1,340
  • 10
  • 17