 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Zend Developer Zone: Zend Framework 1.7.0 is now available
by Chris Cornutt November 18, 2008 @ 08:15:12
The latest version of the Zend Framework, 1.7.0, has officially been released:
The Zend Framework team would like to thank everyone who made this release possible. As always, our generous ZF community has provided countless new features, bug fixes, documentation translations, etc. We'd also like to thank Adobe Systems and Wade Arnold for contributing the new Zend_Amf component. A big thanks to PHP Belgium and everyone who participated in bug hunt day and/or the Zend Framework bug hunt week.
This update includes lots of new components and features such as: an update to Dojo, Zend_Service_Twitter, support for Open Office Documents in the Zend_Search_Lucene component, Zend_ProgressBar, I18N improvements and much, much more. Check out the full list on this post on the Zend Developer Zone or just head over the download the latest edition.
You can also check out some of Matthew Weier O'Phinney's comments over on his blog as well as thoughts from Zend's own Andi Gutmans on his blog.
voice your opinion now!
zendframework version 170 release updates components features
Symfony Blog: The wait is over symfony 1.1 released
by Chris Cornutt June 30, 2008 @ 11:17:46
According to this new post to the Symfony blog, fans of the framework have a new reason to be happy - the latest version, 1.1, has officially been released.
As you may know, we have been working for a very long time on the next stable version of symfony. Now the day has come to celebrate the immediate availability of the long awaited 1.1 stable release of the symfony framework!
Just some of the new features include the framework's new architecture, its brand new YAML parser, the bundling of Propel as a plugin and the addition of over 8,500 functional tests to ensure the solid structure of the framework stands.
You can either update/install this latest version with the pear command line functionality or download the package directly from the site.
voice your opinion now!
release download features unittest symfony framework
JSLabs Blog: A web server in PHP
by Chris Cornutt February 02, 2007 @ 07:25:31
Justin Silverton writes, in a new post to the JSLabs website, about a webserver that has been written up entirely in PHP called Nanoweb.
Have you ever wanted a web server written entirely in PHP? Now you can with nanoweb. A project like this really shows the power of the PHP language.
Some of the features of the application include: HTTP/1.1 implementation, Modular architecture, Authentication support, MIME support, and, of course, PHP support. There's even been some performance stats created for it to show its robustness, and installation is as easy as running an install script (or batch file).
voice your opinion now!
webserver nanoweb features performance test installation webserver nanoweb features performance test installation
DevShed: Unit Testing in Detail
by Chris Cornutt October 26, 2006 @ 09:58:00
Continuing in their effort to help PHP developers keep their code bug-free, DevShed has posted part two of the series looking at unit testing your applications. Previously they had looked at the basics - of they work and what they're for. This time, they dig a little deeper, showing some of the additional features and conditions that PHPUnit has to offer.
This week, you will learn about running multiple tests simultaneously, creating more informative error messages, and more.
They get back into something they mentioned briefly before - packaging tests in a separate archive to keep it out of the main body of code (the same way separating content and display functionality is good). They also talk about how to run more than one test at the same time, a handy feature that lets you make regression tests.
They also show how to create more informative error messages and how to manually add more testing conditions for you to check custom bits of code that don't quite fit with the assertNull, assertEquals, and assertFalse crowd.
This article is an excerpt from the Sams Publishing book "Advanced PHP Programming" by George Schlossnagle.
voice your opinion now!
tutorial unit testing additional features test conditions add tutorial unit testing additional features test conditions add
|
Community Events
Don't see your event here? Let us know!
|