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 juillet 16th, 2009

Sortit en janvier 2001, Smarty est devenue un projet stagnant et contenant encore beaucoup de bug. De plus est, Smarty est devenu, aujourd’hui, l’engin de template PHP le plus populaire et le plus utiliser. Mais cela ne devrait pas être le cas. Cet article est pour avertir les développeurs de ne pas utiliser cet engin [...]

Continue reading about Dites non a Smarty

M4d3L on juillet 2nd, 2009

Cette article est basé sur « iBuildings – Migrating to PHP 5.3«  Cette semaine, PHP 5.3 a été finalement releaser en version finale. Cette nouvelle version de PHP comprend plus de changement que toutes les dernières versions depuis 7 ans. Cela va beaucoup affecter les applications de demain et les changements dans le langage vont bouleverser [...]

Continue reading about Migration vers PHP 5.3

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.