| Active Users: |
26 |
| Accounts: |
0 |
| Guests: |
26 |
|
|
| Number of listings: |
7 |
| Number of categories: |
0 |
|
|
|
|
|
Various Zend Framework Tutorials
|
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: 1016;
Comments: 0;
Listing added: Nov 20, 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)
|
|
Implement multiple language support using the Zend Framework. This system will automatically detect what the likely language the user would be wanting to see and also allows them to change the language at anytime.
http://adam.topicate.com/2007/08/30/multiple-language-support/
PageRank: Not available
(Clicks: 219;
Comments: 0;
Listing added: Aug 30, 2007)
|
|
Like many frameworks, the Zend framework is fairly heavy by itself. Today, I decided to do some profiling on code running to see how all that load was distributed and see if there was any way I could pinpoint the problem to one particular location. I found a major one. Just to get things booted up and route the query to the appropriate method, over 40 files get included via require_once(). IO is definitely a problem here. I didnÂ’t keep the original cachegrind trace (from xdebug), but over half of the processing time was lost in those calls. Even if using APC or some sort of op-code caching, calls still have to be made and the code has to be retrieved.
http://drone-alliance.org/wordpress/2007/02/13/speeding-up-the-zend-framework/
PageRank: 3/10
(Clicks: 326;
Comments: 0;
Listing added: Feb 16, 2007)
|
|
Building a CMS system looks like a big task to most. Especially when the CMS has to be a custom job. The Zend PHP Framework will make things a lot easier to code and to maintain.
http://www.hiveminds.co.uk/node/926
PageRank: Not available
(Clicks: 734;
Comments: 0;
Listing added: Jan 6, 2007)
|
|
I've been experimenting with various pieces of the Zend Framework to get a better idea of how they work. I decided to put together a simple project using a few of them. What I wanted to do was create a class that allows the user to get stock quotes (and other stock information) from Yahoo! Finance, modeled after the Zend_Service_* classes.
http://www.gregphoto.net/index.php/2006/04/23/getting-stock-quotes-with-yahoo-and-the-zend-framework/
PageRank: 4/10
(Clicks: 63;
Comments: 1;
Listing added: Jan 6, 2007)
|
|
The Zend Framework allows for websites that are search engine friendly, although some thought needs to be taken when building your application. Besides creating a website that has a better chance of performing well with the search engines, these tips will also make your site friendly for visitors. Believe it or not, building a site that is search engine friendly can also yield usability benefits.
http://devzone.zend.com/node/view/id/949
PageRank: 4/10
(Clicks: 264;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
|
|
|
|
|
|
|
|