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

Top listings

Zend_Db_Table does a great job of abstracting database tables, but it's really intended to hit one database per application. This tutorial demonstrates a method of using as many databases as you want by simply specifying them in your config file.
http://jaybill.com/2007/09/12/using-the-zend-framework-with-multiple-databases/
PageRank: Not available
(Clicks: 401; Comments: 0; Listing added: Sep 13, 2007) Listing Details Report Broken  Listing
When working with views in the Zend Framework, you normally have a view for each action in your controllers. Each of the views run a view script, which then include header and footer views in them. This may lead to some repetitive code and may cause a problem if you want to modify the way the header and footer are included in your views. A better approach could be to use a "layout". A layour is a master view, perhaps similar to the master page in ASP.NET - it has the header, footer and all other code except the content. It effectively replaces the header and footer and is used to include the content (the action view script) inside itself instead of the action view script including the header and footer.
http://my.opera.com/zomg/blog/2007/09/14/using-layouts-with-zend-viewrenderer-helper
PageRank: Not available
(Clicks: 644; Comments: 0; Listing added: Sep 14, 2007) Listing Details Report Broken  Listing
This article explains how to create a custom route and a custom router that use the database to determine which controller will be used. This is used because the writer wants to use short URLs like site.com/page and re-use controllers for multiple page-types in a CMS.
http://my.opera.com/zomg/blog/2007/09/19/extending-zend-framework-route-and-router-for-custom-routing
PageRank: Not available
(Clicks: 301; Comments: 0; Listing added: Sep 19, 2007) Listing Details Report Broken  Listing
The first part in a series on how to write a combination of a CMS and community with the Zend Framework and the Smarty templating system.
http://www.prodevtips.com/2007/11/02/writing-a-cms-with-smarty-and-the-zend-framework-part-1/
PageRank: Not available
(Clicks: 1054; Comments: 0; Listing added: Nov 20, 2007) Listing Details Report Broken  Listing
Shows how to use the Zend Controller with the PEAR package HTML_Ajax.
http://www.prodevtips.com/2007/10/15/marrying-the-zend-framework-and-html-ajax/
PageRank: Not available
(Clicks: 739; Comments: 0; Listing added: Oct 16, 2007) Listing Details Report Broken  Listing
How to on building a feed reader with the Zend Framework, Smarty and HTML Ajax.
http://www.prodevtips.com/2007/11/07/ajax-zf-and-smarty-feed-reader-part-1/
PageRank: Not available
(Clicks: 557; Comments: 1; Listing added: Nov 20, 2007) Listing Details Report Broken  Listing
This tutorial describes how to use the Smarty templating engine and the Zend Framework in order to create easily portable widgets.
http://www.prodevtips.com/2007/10/27/widgets-with-the-zend-framework-and-smarty/
PageRank: Not available
(Clicks: 465; Comments: 0; Listing added: Oct 28, 2007) Listing Details Report Broken  Listing
Is Zend_Config suited for all your needs? Probably not and it is not supposed to. Yet you might have some peculiar project requirements. For example, you might want to use pre-defined PHP constants in your ini or xml configuration files. Let's find out how that could be done.
http://kanian77.wordpress.com/2007/11/05/configuring-zend/
PageRank: Not available
(Clicks: 312; Comments: 0; Listing added: Nov 6, 2007) Listing Details Report Broken  Listing