| Number of listings: |
44 |
| Number of categories: |
0 |
Zend Framework Tutorials site suggests that you use best hosting to support your programming language.
|
|
|
|
|
Zend Controller & Zend View
|
In this article I discuss what I call Fat Models and how to create them using the Zend Framework. I also introduce an abstract base class that wraps up the idea in a reusable way. I finish up with a simple example showing the full MVC set
http://www.mooduino.co.uk/2010_09_01_archive.html
PageRank: 0/10
(Clicks: 294;
Comments: 0;
Listing added: Sep 20, 2010)
|
|
Shows how to configure a modern Zend Framework - I use 1.10 - application to use the Smarty template engine. Importantly, the tutorial shows how to use both Zend_View and Zend_Layout.
http://www.mooduino.co.uk/2010_07_01_archive.html
PageRank: 0/10
(Clicks: 213;
Comments: 0;
Listing added: Sep 20, 2010)
|
|
A Zend_View class extension to add an extra view layer, inspired by Joomla
http://www.oomta.com/news/Zend_Framework_-_View_Variables_Joomla_Style
PageRank: 0/10
(Clicks: 32;
Comments: 0;
Listing added: Jul 24, 2010)
|
|
A quick tip on how to deal with Zend Framework directory structure and the public document root directory in most shared hosting accounts, using mod_rewrite and an .htaccess file.
http://www.alberton.info/zend_framework_mod_rewrite_shared_hosting.html
PageRank: 4/10
(Clicks: 16;
Comments: 0;
Listing added: Feb 23, 2010)
|
|
How to add language routing to your Zend Framework project and be able to use URL helper in the view or layout.
http://www.m4d3l-network.com/2009/06/29/add-language-route-to-your-zend-framework-project/
PageRank: 0/10
(Clicks: 1765;
Comments: 0;
Listing added: Jun 29, 2009)
|
|
If your project runs on Zend Framework, it is very easy to create canonical link by retrieving the controllers/actions and Parameters that you are using in the current URL. This tutorial will give a quick method for creating Canonical URLs.
http://armandbrahaj.blog.al/2009/04/22/implementing-a-canonical-url-with-zend-framework/
PageRank: 0/10
(Clicks: 744;
Comments: 0;
Listing added: Apr 22, 2009)
|
|
If you work with Zend frame work and calls a non existing Controller then it causes showing an ugly error message on the screen telling the Controller not found.
http://zenddev.blogspot.com/2009/01/its-quite-obvious-that-site-users-will.html
PageRank: 0/10
(Clicks: 275;
Comments: 0;
Listing added: Jan 29, 2009)
|
|
Plugin de configuration du contrôleur frontal et initialisation de l'application. Largement inspiré de l'article de Matthew sur la DEVZONE : http://devzone.zend.com/article/3372-Front-Controller-Plugins-in-Zend-Framework
http://www.wowww.ch/index.php?post/2008/11/20/Zend-Framework-front-controller-plugin-et-initialisation
PageRank: 0/10
(Clicks: 771;
Comments: 0;
Listing added: Nov 26, 2008)
|
|
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: 2275;
Comments: 0;
Listing added: Oct 16, 2007)
|
|
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: 3152;
Comments: 0;
Listing added: Sep 14, 2007)
|
|
|
|
|
|
|
|
|
|