Archivos mensuales: February 2010

The Quick Start Zend Framework tutorial with MAMP

I’ve spend the whole today’s afternoon trying out the Zend Framework “quick” “start” “tutorial”. I’ve found some difficulties so I want write here how configure the example application to work in Mac OS X with PHP and MySQL (i’m using MAMP). The correct configuration for application.ini (at least in my computer) is: Note that is

Generar la documentación RDoc para un plugin

Si queremos generar la documentación de un plugin (pongamos, por ejemplo, file_column) utilizando RDoc, es tan sencillo como ejecutar la siguiente tarea de rake: Escribo esto fundamentalmente para futuras referencias. Es una de esas cosas que he aprendido y olvidado ya unas cuantas veces y no quiero tener que volver a buscarlo.