Guilherme Blanco’s Bisna package integrates Doctrine 2 and Zend Framework 1 using a custom Zend Framework application resource plug: Bisna\Application\Resource\Doctrine
August 9, 2011
July 10, 2011
June 29, 2011
Pear on XAMPP
These are the steps I following to get the pear command line utility pear.bat working under xampp for windows.
(more…)
May 9, 2011
Configuring XAMPP for virtual hosts
How to Setup Virtual Hosts on XAMPP explains how.
Be sure to also add the section for localhost, as explained in the article; otherwise you won’t be able to access htt://localhost, which is the XAMPP start page.
November 11, 2010
Doctrine 2 ORM Cookbook example
The first portion of the Doctrine 2 ORM Cookbook example is available on sourceforge. See the included README.txt.
October 28, 2010
cli-config.php for Doctrine 2 ORM
This article shows how to set up cli-config.php for use with the Doctrine 2 command line utility, doctrine. It assumes you installed Doctrine 2 using pear.
(more…)
August 18, 2010
_forward _redirect and redirector action helper
What is the different between _forward, _redirect and the various Redirector action helper’s methods?
1. Zend_Controller_Action::_forward($action, $controller = null, $module = null, array $params = null)
What does _forward do? The dispatch loop order for a request (see this illustration of the request dispatch cycle):
preDispatch() someAction() postDispatch()
July 27, 2010
Zend Form Element Decorators
This UML illustrates how Zend Framework employs decorators to tailor the appearance of individual Zend_Form_Elements.
June 28, 2010
local variables don’t display in Netbeans with php 5.3.2 and xdebug 2.0.5
June 25, 2010
Zend Framework findDependentRowset() and findParentRow() demo
This is a working example of the Zend_Db_Table_Row methods findDependRowset() and findParentrow(). Create the test database using this sample.sql:
(more…)
