Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Michaelangelo van Dam' Blog:
Configuring Zend Framework apps for Windows Azure
Dec 19, 2011 @ 14:50:51

Michelangelo van Dam is back with the second part of his series looking at running PHP applications on Azure (the first part Zend Framework.

Building web applications is nothing new anymore, as we've been doing it since the early days of the internet, but we've always done this on a single system. Even when Zend Framework came round, we kept doing the same thing and build apps for a single environment. But as I've discussed already in my previous article, developing for the cloud requires another approach. [...] With Zend Framework developing applications running on these separate compontents becomes really easy. It's like having your cloud toolbox right in your pocket.

He walks you through the settings needed to interact with a MySQL database backend, setting up sessions to write to the database, caching information to a memcache server and storing files on a remote destination (in this case cloud storage).

tagged: windows azure zendframework application configure tutorial

Link:


Trending Topics: