| Active Users: |
37 |
| Accounts: |
1 |
| Guests: |
36 |
|
oddy |
|
|
|
|
|
Popular listings
|
http://raphaelstolt.blogspot.com/2007/03/gluing-zend-framework-with-ajax.html
PageRank: 0/10
(Clicks: 507;
Comments: 0;
Listing added: Mar 7, 2007)
|
|
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: 487;
Comments: 0;
Listing added: Sep 19, 2007)
|
|
One of the things we introduced in the new client is the “connection adapters”: The idea is that there is a different object in charge of performing the actual communication with the server. This “adapter” object can be replaced, and this way you get the same interface (the Zend_Http_Client interface), with a different method to connect to the server.
http://prematureoptimization.org/blog/archives/7
PageRank: 4/10
(Clicks: 482;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
Zend FrameworkÂ’s View class has very bad capability for extending. It contains template variables but does not allow to access them, it has array with different pathes (templates, filters), but does not allow to add another type or access them. Therefor only way to use Smarty with Zend Framework is to abandon Zend_View and manipulate Smarty object directly.
http://kpumuk.info/php/zend-framework-using-smarty-as-template-engine/
PageRank: 7/10
(Clicks: 476;
Comments: 1;
Listing added: Jan 5, 2007)
|
|
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)
|
|
Up until this point, I haven't discussed any of the additional helper packages that Zend Framework provides. This is because my focus has been to use as little as possible of the framework and focus as much as possible on the components. However, since we've gone through a couple of the packages, it's time to introduce the top level Zend Framework Class.
http://devzone.zend.com/node/view/id/1294
PageRank: 5/10
(Clicks: 457;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
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: 457;
Comments: 0;
Listing added: Nov 6, 2007)
|
|
Zend_Config approaches the concept of managing configuration data with two focuses; Simplicity, and a Driver-based backend.
http://devzone.zend.com/node/view/id/1264
PageRank: 5/10
(Clicks: 455;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
The Zend_Validate component provides a set of commonly needed validators. It also provides a simple validator chaining mechanism by which multiple validators may be applied to a single datum in a user-defined order.
http://framework.zend.com/manual/en/zend.validate.html
PageRank: 6/10
(Clicks: 440;
Comments: 0;
Listing added: Feb 24, 2007)
|
|
For an upcoming project I intend implementing a RESTful web service. Back a few months ago when tinkering with the idea of a Technorati class for the Zend Framework, a reply from Davey Shafik highlighted the existence of a Zend_Rest_Client proposal. That proposal has since been implemented, and is now available from the Framework's incubator directory. Also available is the focus of this tutorial - Zend_Rest_Server.
http://blog.astrumfutura.com/archives/245-RESTful-Web-Services-with-Zend-Framework.html
PageRank: Not available
(Clicks: 438;
Comments: 0;
Listing added: Mar 14, 2007)
|
|
|
|
|
|
|
|
|
|