Zend Framework 0.1.2 released

By | | Programming

Another update, because this release contains some notable additions, namely unit tests (needs PHPUnit2) and the all important controller documentation. There’s a release announcement here.

Also, perhaps a sign of things to come, part of the docs have been translated to Chinese and some developers working at Telekom Austria have offered to provide some mail reading libraries.

Learn Responsive Web Design

Join Learnable $29 Includes all SitePoint books

{ 12 comments }

Ben March 13, 2006 at 3:47 pm

I have been using the symfony framework and I love it. I’m having a hard time convincing myself that I should invest andy time in learning the zend framework because symfony is already so great. The only thing that worries me is that, like everyone is saying, this new one is the “official” php company’s framework.

elliot March 13, 2006 at 1:52 pm

I don’t mean to get off topic here, but has anyone (Harry esp.) taken a gander at the Symfony framework (http://www.symfony-project.com). I realize that the Zend framework will sort of be the “official framework” when it is ready; but, the developers of Symfony seem to have nailed it on so main levels, not the least of which is some of the most comprehensive and well written technical documentation I’ve seen.

photo312 March 10, 2006 at 3:16 pm

what is zend framework? ;)

malikyte March 9, 2006 at 11:43 am

To me it’s a shame it’s not SimpleTest.

Honestly, that was the specific example I was thinking of (as it seems to be PHPUnit’s main competitor).

That was an internal decision made by Zend. I think it was a good choice [...]

I wouldn’t expect Zend to make a poor choice in this area when there are some really, really good pieces of code to choose from. Thanks for clearing it up a bit, Chris.

I would have to wonder though, Harry, if instead of (1+1 = PHPUnit2) it were ([0.5 + 0.5] + [0.5 + 0.5]) = (PHPUnit2 | SimpleTest). If Marcus Baker were as involved as Sebastian, what would have occured (or would the two projects have merged beforehand)? Oh well. I’m just happy we’ll have an official framework.

mx2k March 9, 2006 at 8:42 am
siteartwork March 8, 2006 at 7:15 pm

@datune

They won’t. They already stated that the whole Framework won’t have any dependencies on third-party packages, since all maintaining of the ZF will be done by Zend itself.

datune March 8, 2006 at 5:49 pm

I really hope the Zend framework is not going to make use of to many PEAR related packages, the last thing I want is yet another bloated framework, or worse being forced to use PEAR packages in order to be able to use the Zend framework.

HarryF March 8, 2006 at 3:19 pm

sounds very Web 2.0—everything in eternal beta ;)

Eternal?!?!? The first release was only last Friday.

HarryF March 8, 2006 at 3:17 pm

Was there any mention as to the reasoning to use PHPUnit2 over any other unit testing suites? I realize that one needed to be chosen as the defacto standard for the framework, I am just curious if there were any benefit analysis done and/or reported on.

1 + 1 = PHPUnit2 ;)

To me it’s a shame it’s not SimpleTest. At the same time, competition between SimpleTest and PHPUnit2 has worked out well for end users plus SimpleTest has been “adopted” by SpikeSource and is used it more than a few PHP projects, so will live on.

shiflett March 8, 2006 at 1:54 pm

That was an internal decision made by Zend. I think it was a good choice, although my personal preference is Test::More. In fact, I need to convert my tests, so they can be included in the next release…

malikyte March 8, 2006 at 12:14 pm

Was there any mention as to the reasoning to use PHPUnit2 over any other unit testing suites? I realize that one needed to be chosen as the defacto standard for the framework, I am just curious if there were any benefit analysis done and/or reported on. I took a look at the framework’s site but since they’re bogged down with more important things to discuss I’m not surprised it wasn’t there. I’m also unfortunately not a part of the mailing list (yet).

patrikG March 8, 2006 at 12:12 pm

sounds very Web 2.0 – everything in eternal beta ;)

Comments on this entry are closed.

{ 1 trackback }