|
|
|
|
|
|
Popular listings
|
Early versions of the Zend Framework had a noRoute action that was called when the correct action couldnÂ’t be found. This was a way to deal with some page not found errors. At some point it was dropped - I donÂ’t know when or why because I only started using the Zend Framework recently. ItÂ’s still possible to handle non-existent actions using the __call() method of the controller class. But thereÂ’s no obvious way to deal with all page not found errors in one place, including instances where the controller doesnÂ’t exist.
http://www.bigroom.co.uk/blog/managing-404-errors-in-the-zend-framework/
PageRank: 6/10
(Clicks: 247;
Comments: 0;
Listing added: Feb 16, 2007)
|
|
Excelent review of Zend Controller classes.
http://www.wiki.cc/php/?title=Zend_Controller
PageRank: Not available
(Clicks: 246;
Comments: 1;
Listing added: Jan 5, 2007)
|
|
Zend_Uri is a component that aids in manipulating and validating Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to service other components such as Zend_Http_Client but is also useful as a standalone utility. URIs always begin with a scheme, followed by a colon. The construction of the many different schemes varies significantly. The Zend_Uri class provides a factory that returns a subclass of itself which specializes in each scheme. The subclass will be named Zend_Uri_<scheme>, where <scheme> is the scheme lowercased with the first letter capitalized. An exception to this rule is HTTPS, which is also handled by Zend_Uri_Http.
http://framework.zend.com/manual/en/zend.uri.html
PageRank: 6/10
(Clicks: 242;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Part of what I love about the Zend Framework is the ease at which a person can create views for static content.
http://www.zed23.com/2006/10/19/zend_view/
PageRank: 3/10
(Clicks: 239;
Comments: 0;
Listing added: Jan 6, 2007)
|
|
I'm taking a quick look at adding fields that aren't in the table, but may be handy in your application. Like adding a field "name" that combines both first and last name, without having to change your database or write too much code. Quick, dirty, but extremely handy.
http://naneau.nl/2007/05/05/extra-fields-for-zend_db_table/
PageRank: Not available
(Clicks: 239;
Comments: 0;
Listing added: May 5, 2007)
|
|
Over the last week a lot of the activity on the Zend Framework mailing lists has revolved around the introduction in 1.0.0 RC1 of the ViewRenderer action helper. As of RC1 this helper has been enabled by default. Lot's of queries have been raised about how to disable, modify it, and generally how current applications can be made to work with the ViewRenderer.
http://blog.astrumfutura.com/archives/290-Having-a-bad-ViewRenderer-day-in-your-ZF-app.html
PageRank: Not available
(Clicks: 234;
Comments: 0;
Listing added: Jun 18, 2007)
|
|
This article contains information on how to improve your application stability by controlling how the changes affect the Model-View-Controller Zend Framework application. As a result, you will be able to deliver better software to your customers and reduce the time needed for testing of the software.
http://www.alexatnet.com/node/12
PageRank: 4/10
(Clicks: 233;
Comments: 0;
Listing added: Mar 20, 2007)
|
|
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: 230;
Comments: 0;
Listing added: Feb 2, 2007)
|
|
Closing the tour of XML-RPC implementations usable with PHP-GTK, the shortest code to access our geo_nick service makes use a higher-level XML-RPC library: the Zend_XmlRpc_Client from the Zend Framework. Unlike earlier implementations, Zend Framework (ZF) includes both the mashalling/unmarshalling to/from XML line format and the HTTP request/reponse process, wrapped up in a class-based mechanism using exceptions to handle errors, both at the HTTP and XML service levels (not demonstrated here).
http://www.php-gtk.eu/site/accessing-geo-nick-with-zend-framework
PageRank: 5/10
(Clicks: 230;
Comments: 0;
Listing added: Apr 29, 2007)
|
|
Can anybody point me to a project that is:
* Written with the Zend Framework * Open source * Well written * A database application
I already tried SourceForge. It seems as though everyone has gone framework mental and forgotten to actually write any applications with them.
http://forums.devnetwork.net/viewtopic.php?t=65699
PageRank: 0/10
(Clicks: 230;
Comments: 0;
Listing added: Apr 29, 2007)
|
|
|
|
|
|
|
|
|
|