The Zend Framework team is pleased to announce the immediate availability of the 1.8.4 release. This release is the fourth maintenance release in the 1.8 series. Over 50 issues have been resolved for this release, covering 20 different components. []
You’ve probably heard about ‘the cloud’. It’s the latest buzzword circulating in Silicon Valley and beyond. In some ways, ‘cloud’ is a fitting name- everyone sees something different when they look at it. For example, offerings as dissimilar as force.com and Amazon’s MapReduce service have worked their way in to ‘the cloud’ moniker at some point. Even the cloud’s biggest advocates can’t agree on what ‘the cloud’ is. But in teasing the facts out of all the hype, you’ll find some services that could change how you write and deploy your PHP applications forever. []
On his blog, Jeroen Keppens writes about his love of modular design philosophies, and how one can do modular based design, using Zend Framework and Zend_Tool []
New on his blog today Benjamin Eberlei has posted his own look at dependency injection containers in PHP applications, specifically with the Zend_Application component of the Zend Framework. []
The recent release of Adobe Flash Builder 4 Beta (formerly Adobe Flex Builder) includes an impressive lineup of features aimed at enterprise PHP development, in large part because of a partnership with Zend & Zend Framework. This tutorial will describe how to use the new data-centric features of Flash Builder for PHP development. []
Some best practices on how best to organize your project, when you are using Zend Framework. Specifically, just where should you be putting the Zend Framework Source Code? What differences about your specific application and environment would make you chose the various options that exist, such as putting in inside of your application, or up at the system/library level? []
New on his blog today Wenbert Del Rosario has posted a tutorial about getting the Zend_Navigation helper to work in your application and correctly handle making/updating breadcrumbs as you navigate around the site. []
The Zend Framework team is pleased to announce the immediate availability of the 1.8.2 release. This release is the second maintenance release in the 1.8 series. Fixes for this release focus on Zend_Db and autoloading improvements. In all, over 50 issues were closed for the release. You may download it from the Zend Framework site. []
Web services are software systems designed to support interoperable machine-to-machine interaction over a network. Nowadays if you want to connect external systems, you probably want or have to use web services. What I will discuss here is how to get your own SOAP web service up in minutes. []
In this recent post to his blog Madarco shows how to create a simple Facebook application using the Zend Framework as the backend. []