Archives for: "October 2010"

AES_ENCRYPT with Doctrine ORM

With thanks to the link above, this code snippet delivers the encrypted value of the password from the database. $manager=Doctrine_Manager::getInstance(); $conn=Doctrine_Manager::connection('mysql://user:password@localhost/database','doctrine'); $aP… more »

Zend Framework dijit.FilteringSelect Configure

To configure a FilteringSelect dijit, with a Zend Framework .ini file, use the following syntax:; status elementelements.status.type = "FilteringSelect"elements.status.options.label = "Status"elements.status.options.dijitParams.searchAttr = "na… more »