Archive for the ‘Zend Framework’ Category

Zend Framework 2.0 Patterns Tutorial

Zend Framework 2.0 Patterns Tutorial View more presentations from Matthew Weier O’Phinney


Basic Zend Controller Route

Here is the basic sample that will change the Zend Framework default controller router. Basically you need to follow the /controller/action/define-url/define-url2 and so on, let put in the actual url, example you have category and category name(category name is  dynamic), [...]


Using Zend_Cache

Recently I needed to speed up the project that makes a lot of sevices call, like rss import, twitter, recapatcha  etc. and some database calls.  To solve this caching is the answer.  Fortunately there is Zend_Cache that provides fast and [...]


Creating Table Prefix Using Zend Framework

Are you little confused configuring the table prefix in zf? Still I don’t why, why there is no default configuration on zend framework to set up the table prefix, if you have an idea please share with us. Ok, well [...]


Zend Server Community Editon, Is Xampp Altenative?

Zend Server Community Edition(ZSCE) is one of the common useful tool uses by any zend developer. The following are the list features of ZSCE Native installation – Windows MSI, Debian deb, Red Hat yum installation Certified PHP Zend Framework – [...]


What Is Zend Framework?

The Zend Framework is a PHP library for building PHP web application. It provides a set of components to enable you to build PHP applications more easily which will be easier to maintain and extend over the lifetime of the [...]