| Active Users: |
42 |
| Accounts: |
1 |
| Guests: |
41 |
|
Nwim |
|
|
|
|
|
New listings
|
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: 542;
Comments: 1;
Listing added: Nov 20, 2007)
|
|
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: 1017;
Comments: 0;
Listing added: Nov 20, 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: 297;
Comments: 0;
Listing added: Nov 6, 2007)
|
|
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: 451;
Comments: 0;
Listing added: Oct 28, 2007)
|
|
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: 710;
Comments: 0;
Listing added: Oct 16, 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: 295;
Comments: 0;
Listing added: Sep 19, 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: 621;
Comments: 0;
Listing added: Sep 14, 2007)
|
|
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: 380;
Comments: 0;
Listing added: Sep 13, 2007)
|
|
So I decided to write a bit about my experience and implementation of the Zend_Acl component, it's a bit rough but I hope it gives an idea of how to possibly implement Zend_Acl. Let me know if there's anything not very clear, I'm no english major so there's bound to be some awful sections.
http://jeremyknope.com/articles/2007/06/18/experience-with-zend_acl-and-usage-example
PageRank: Not available
(Clicks: 1325;
Comments: 1;
Listing added: Sep 4, 2007)
|
|
I recently needed to port some existing php code which used Ajax over to the Zend Framework. While there are several tutorials out there with lots of details, I didn’t find a simple example that would just get me started with how to work Ajax calls into the MVC framework architecture. Eventually, I figured things out by referring to several different tutorials and doing a good amount of Googling. I decided it might be useful to have a very simple example of porting an existing Ajax app to the Zend Framework.
http://http://liamgraham.wordpress.com/2007/08/06/ajax-101-a-simple-example-of-using-ajax-with-the-zend-framework/
PageRank: Not available
(Clicks: 928;
Comments: 3;
Listing added: Sep 4, 2007)
|
|
|
|
|
|
|
|
|
|