Zend Framework 1.8.4 Released
weierophinney |
4 comments |
Tuesday, June 23, 2009
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.
[…]
PHP’s Forecast: Partly Cloudy
Wil Sinclair |
3 comments |
Monday, June 22, 2009
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.
[…]
Jeroen Keppens on: Creating a modular application with Zend Framework
Eli White (Editor-in-Chief) |
0 comments |
Wednesday, June 17, 2009
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
[…]
Benjamin Eberlei's Blog: Using a Dependency Injection Container with Zend_Application
PHPdeveloper.org |
0 comments |
Wednesday, June 17, 2009
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.
[…]
Data-centric Adobe Flash Builder development with the Zend Framework
dorlando1 |
4 comments |
Thursday, June 4, 2009
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.
[…]
Zend Framework - "Location, Location Location!"
samhennessy |
11 comments |
Monday, June 1, 2009
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?
[…]
Wenbert Del Rosario's Blog: Zend Framework: Making the Built-in Breadcrumb Helper Work
PHPdeveloper.org |
0 comments |
Friday, May 29, 2009
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.
[…]
Zend Framework 1.8.2 Released
weierophinney |
7 comments |
Wednesday, May 27, 2009
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.
[…]
Quickstart web services with SOAP and Zend Framework
bogdanalbei |
0 comments |
Wednesday, May 20, 2009
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.
[…]
Madarco's Blog: Build a Facebook application with Zend Framework
PHPdeveloper.org |
0 comments |
Friday, May 15, 2009
In this recent post to his blog Madarco shows how to create a simple Facebook application using the Zend Framework as the backend.
[…]
