M4d3L on décembre 16th, 2009

Zend Framework have a good API to play with Flickr Service. You will find it in the service API of Zend Framework.

Continue reading about How to use Flickr with Zend Framework?

M4d3L on novembre 6th, 2009

In this exemple, we will se how to create an autocomplete field with Zend Framework and Dojo in the ZF MVC environment. We will use the QueryReadStore Dojo component to load new data when input value change.

Continue reading about Autocomplete field with Zend Framework and Dojo

M4d3L on novembre 1st, 2009

Phenix_Wiki is a new component of the PhenixApp project. This component parse structured wiki text and render it into arbitrary formats such as XHTML.

Continue reading about Phenix_Wiki, a parser componant for Zend Framework

M4d3L on juin 29th, 2009

Today it’s easy to make business with other country and to join the most poeple as possible, our website must be translated in many language. This tutorial will show you how to integrate multi-language into your URL with Zend Framework controller route component and be able to use it with the Url helper in your [...]

Continue reading about Add language route to your Zend Framework project.

M4d3L on juin 27th, 2009

PhenixApp est une application construite avec Zend Framework qui propose une structure définit pour que tous les développeur puisse contruire des modules compatible utilisable avec le composant principale de PhenixApp sois, Zend_Application qui permet de bien structurer le démarrage (bootstrap) de l’application.

Continue reading about Le projet PhenixApp

M4d3L on juin 26th, 2009

If you need a CSV parser in PHP, this class is for you. You can download the class from the repository of PhenixApp project : Phenix_File_Parser_Csv

Continue reading about Phenix_File_Parser_Csv

M4d3L on juin 25th, 2009

Did you already got the probleme to create a menu with image because the font was not a standard web font and you has to make again and again the menu because you clients ask you to do many change? This helper is the solution.

Continue reading about Phenix_View_Helper_Text2image (English)

This question come a lot in #ZFtalk channel on IRC. The Default decorator apply the DtDdWrapper to all form element when they are created. But hidden field does’nt need decorator and the actual hidden element class does’nt care about that.

Continue reading about Zend_Form : How to remove decorator from hidden field.

M4d3L on juin 11th, 2009

Avez-vous déjà éprouvé le problème de créer un menu pour un site web sous forme d’image, car la police n’est pas standard au web et qu’ensuite vous ailler souvent a refaire le menu, car sois le site est traduit ou encore votre client vous demande des ajouts et modifications très souvent? Ce nouveau helper est [...]

Continue reading about Phenix_View_Helper_Text2image