Archive for the ‘PHP’ Category

symfony 1.3 Book by Tim Bowler & Wojciech Bancer

Symfony 1.3 Web Application Development is the latest book on the symfony PHP web framework and the first not written by the authors of the framework. This allows the authors to adopt a more pragmatic style that favors 3rd party plugins.  This is a good thing because IMHO the most important thing about a framework [...]

More »

Internationalized (i18n) Admin Generator CRUD’s in Symfony 1.2.9 + Doctrine

I was having some trouble finding documentation on how to i18n generated CRUD’s, so once I figured (most) of it out I thought I’d share it The Example Application Since I have to create a feature in my one of my current work projects to store random bits of content, like privacy policies and such, [...]

More »

Symfony Plugin Review: sfEasyGMapPlugin

Symfony Plugin Review: sfEasyGMapPlugin The sfEasyGmapPlugin seeks to encapsulate much many of the features in the Google Maps API and make them easily available in the Symfony PHP 5 Framework.

More »

Symfony refactor of the Zend Quick Start Tutorial

Learning Zend Framework and getting a repetitive stress injury doing it Edit: please see Matthew Weier O’Phinney’s (the current project lead for Zend Framework) response in the comments, there are some exciting things comming for ZF My friends & colleagues have used Zend Framework (ZF) for a while, and I do my best to avoid it [...]

More »