•  
  •  
  •  
  •  
  •  
  •  
  •  
Username:
Password:
Forgot password?  Register
XML syndication

Top listings

This is a very quick tutorial on how to allow developers to develop using the Zend Framework without having to or being able to install PDO on their servers. I have to warn you though, this is not an official extension of the Zend Framework just yet.
http://devzone.zend.com/node/view/id/1553
PageRank: 6/10
(Clicks: 471; Comments: 2; Listing added: Jan 12, 2007) Listing Details Report Broken  Listing
The PHP Recipe application is a small but complete example that demonstrates the five Google Base API services: queries, insertions, deletions, updates, and batch commands. This version uses the Zend Google Data Client Library to interact with the Google Base server, eliminating the need to manually
http://code.google.com/apis/base/samples/php/php-sample-zend.html
PageRank: 5/10
(Clicks: 302; Comments: 0; Listing added: Jan 12, 2007) Listing Details Report Broken  Listing
The final part of an excelent tutorial on creating an ajax chat system using MySQL and the Zend Framework.
http://devzone.zend.com/node/view/id/1580
PageRank: 6/10
(Clicks: 135; Comments: 0; Listing added: Feb 2, 2007) Listing Details Report Broken  Listing
Who works with Zend Framework, most likely, have read the “Zend_Controller / Getting Started” Zend Framework manual article, which explains how to use Zend_Controller in the root folder of the web server. But it does not answer on the “How to run my Zend Framework application in a subfolder of the web server document folder?” question and I propose you my solutions. First is rather a hack then a recommended solution, but with it you can start the applications and examples that use standard router. The second is neater but it depends on the Zend_Controller_RewriteRouter class.
http://www.alexatnet.com/Blog/Index/2006-09-26/using-zend_controller-in-subfolder
PageRank: 2/10
(Clicks: 227; Comments: 2; Listing added: Feb 2, 2007) Listing Details Report Broken  Listing
Zend Framework has two versions of Routing mechanism: Zend_Controller_Router (the default) and Zend_Controller_RewriteRouter (sparingly documented). You can easily make them call indexController::noRouteAction() on unexistence controllers, but on unexistence actions theyÂ’ll throw you an exception.
http://blog.ixti.ru/2007/01/17/howto-handle-unexistence-controllersactions-with-zend-framework-recovered/
PageRank: 0/10
(Clicks: 208; Comments: 0; Listing added: Feb 2, 2007) Listing Details Report Broken  Listing
Zend Framwork v0.6 has introduced new MVC code and one of the changes is that Zend_View_Interface now exists to allow for easy implementation of other templating engines other than PHP based ones like Zend_View or Savant. We use Smarty at work and when we migrate our content management framework to Zend Framework, we intend to continue using Smarty. Hence, I've created AkCom_View_Smarty to play with how we are going to use Smarty within the Zend Framework. I think that part of the release also has an implemention of Zend_View_Interface that uses Smarty, so it's worth looking at that solution too!
http://www.akrabat.com/2006/12/23/extending-zend_view_interface-for-use-with-smarty/
PageRank: 4/10
(Clicks: 384; Comments: 0; Listing added: Feb 2, 2007) Listing Details Report Broken  Listing
Excellent presentation of Zend Framework made at BostonPHP Framework Presentations. There are available presentation slides and also a podcast available with entire presentation.
http://weierophinney.net/matthew/archives/137-BostonPHP-Framework-Presentations.html
PageRank: 5/10
(Clicks: 1743; Comments: 0; Listing added: Mar 7, 2007) Listing Details Report Broken  Listing
In this article I describe how to use Zend framework components in a CakePHP application by means of building a very simple CakePHP application using Zend_Service_Flickr, a component for accessing the Flickr web services.
http://hades.phparch.com/ceres/public/article/index.php/art::cakephp::zf_components_in_cake
PageRank: 5/10
(Clicks: 79; Comments: 0; Listing added: Feb 2, 2007) Listing Details Report Broken  Listing
Setting up the Zend Framework is easy even on shared hosts since no binaries need to be installed. But if you don't know the intricacies of Apache and PHP, certain requests can fail to work for seemingly no apparent reason.
http://usingzendframework.blogspot.com/2007/01/setting-up-zend-framework.html
PageRank: Not available
(Clicks: 1030; Comments: 0; Listing added: Feb 3, 2007) Listing Details Report Broken  Listing
Bootstrapping and Controllers and Actions.
http://usingzendframework.blogspot.com/2007/01/zend-framework-overview.html
PageRank: Not available
(Clicks: 144; Comments: 0; Listing added: Feb 3, 2007) Listing Details Report Broken  Listing