Posts Tagged "Zend Framework"

  • tree from Stock Photography Zend has launched the Simple Cloud project which allows PHP developers to write Cloud based apps without having to bother about the different cloud based solutions available. This works like an abstraction layer for various cloud solutions like Amazon, Windows Azure, Rackspace Cloud Hosting and a few more. Initially this project [...]

    Read More...
  • Scienta Zend Framework Debug Bar

    Scienta ZF Debugbar is a useful tool to add to your sites running on Zend Framework to get server side information of the page being accessed. It’s quite simple to use – just download the code, place it in your PHP include path and use the following code in your bootstrap file to get the [...]

    Read More...
  • The latest version of the Zend Framework version 1.7 is out now. This version comes with quite a few new features and modules like support for Adobe’s AMF (Action Message Format) to enable communication between PHP and Flash, twitter, Google Book search, jQuery and Dojo support and more. Here are some of the new features [...]

    Read More...
  • Andi Gutmans has announced that Adobe will be contributing towards AMF (Action Message Format) support on Zend Framework. This will allow with apps made in Flex or Adobe Air to communicate with PHP. Earlier, libraries like AMF-PHP allowed this interaction between Flash and PHP. Adobe’s proposal for this support on the Zend Framework can be [...]

    Read More...
  • Zend Framework Architecture @ PHP::Impact

    Federico Cargnelutti’s PHP::Impact blog has a good article which looks at the architecture of Zend Framework. He starts the article with a comparision of the Three-Tire and MVC Architecture and how MVC is used in Zend Framework. He also points out some of the cons of the framework. “Zend Framework not only offers a solid [...]

    Read More...