AKFourSeven
AKFourSeven

Reputation: 1325

ZF Boilerplate's zend version

I had a quick question here.

I was wondering if anyone knew on which version of the Zend Framework, the ZF Boilerplate is running on.

I am planning on using it but so far I was working on the ZF 1.x and I wonder if there would be a difference...

Upvotes: -1

Views: 247

Answers (1)

akond
akond

Reputation: 16035

It runs both:

ZF1: https://github.com/michael-romer/zf-boilerplate (stable)

ZF2: https://github.com/michael-romer/zf-boilerplate/tree/v2 (not-stable)

Upvotes: 1

Related Questions