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

Popular listings

Yet another demonstration of the power of the Zend Framework. This works with ZF Version 0.8 as well as the recent release of 0.9.(x?) This time we’re going to create dynamic breadcrumbs that might look like this: Home / Article / Editing: My Post Title Utilizing view helpers, all we need to do is do a little prep work; in my case, I use a bootstrap controller that all my controllers extend.
http://www.zed23.com/2007/03/14/breadcrumbs-with-zend-framework-view-helpers/
PageRank: Not available
(Clicks: 592; Comments: 0; Listing added: Sep 4, 2007) Listing Details Report Broken  Listing
One could tweak Zend Framework's Router_Route to meet almost all your routing needs. But what if you want something beyond what that package can offer? You can make your routing dreams come true with making your own custom router, all you need to do is implement Zend_Controller_Router_Route_Interface (that's a mouth full).
http://www.codeangel.org/article/custom_zend_framework_router
PageRank: Not available
(Clicks: 588; Comments: 0; Listing added: Jul 1, 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: 574; Comments: 0; Listing added: Oct 28, 2007) Listing Details Report Broken  Listing
Recently I put together a reusable Ajax form validation component that I'd like to share. It is a JavaScript object that collects the values of all of the elements in a form, sends it for processing to the server, and displays any errors. If there are no errors it submits the form.
http://www.gregphoto.net/index.php/2006/07/30/ajax-form-validation/
PageRank: 4/10
(Clicks: 567; Comments: 0; Listing added: Jan 6, 2007) Listing Details Report Broken  Listing
In parts 1, 2 and 3 I've been taking a look at the Zend Framework and putting together a broad picture of a potential implementation to add support for complex multi-part web pages. This refers to the practice of building a web page in an application from a number of common reusable elements. An example of such elements include header sections, footers, menu bars, widgets, etc, which surround the main content returned by any client request. In Parts 2 and 3, I introduced two useful design patterns for this purpose: Composite View and View Helper.
http://http://blog.astrumfutura.com/archives/285-Complex-Views-with-the-Zend-Framework-Part-4-The-View-Factory.html
PageRank: Not available
(Clicks: 555; Comments: 0; Listing added: Jun 18, 2007) Listing Details Report Broken  Listing
The ext js framework has a great grid component. In this tutorial I explain how you can provide it with data from a zend framework application
http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/
PageRank: Not available
(Clicks: 551; Comments: 0; Listing added: Apr 24, 2007) Listing Details Report Broken  Listing
Ce tutorial a pour vocation de donner un avant goût du framework. De nombreuses fonctions ne sont pas décrites (de nouveaux tutoriaux devraient suivre celui là). J'espère qu'il sera suffisamment simple et pragmatique pour vous aider à démarrer rapidement.
http://www.kitpages.fr/zf_quickIntroduction.html
PageRank: Not available
(Clicks: 546; Comments: 1; Listing added: Aug 3, 2007) Listing Details Report Broken  Listing
I’m a great fan of using “decent” template engines, and try to avoid writing views in php. I don’t want to discuss the reasons behind this in detail right now. I just believe that limiting yourself to a small set of template tags makes you think more about structuring your output and separating logic from design. Which is a good thing.
http://naneau.nl/2007/05/10/smarty-and-the-zend-framework/
PageRank: Not available
(Clicks: 539; Comments: 0; Listing added: May 22, 2007) Listing Details Report Broken  Listing
It's been a long, and hopefully interesting, road to Part 7. In this concluding entry to the long running, and oft delayed, "Complex Views with the Zend Framework" series I introduce the Zend_View Enhanced Proposal for the Zend Framework, elaborate on its operation, and provide some opinions on the ongoing debate over its implementation. So sit back, relax, here's another long (be patient ;-)) blog entry.
http://blog.astrumfutura.com/archives/297-Complex-Views-with-the-Zend-Framework-Part-7-Zend_View-Enhanced.html
PageRank: Not available
(Clicks: 526; Comments: 0; Listing added: Sep 4, 2007) Listing Details Report Broken  Listing
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: 519; Comments: 0; Listing added: Sep 13, 2007) Listing Details Report Broken  Listing