[#ZF-1440] Binding parameters and results to PHP variables is ...

PDO them seems to use this empty array rather than the parameters from bindParam etc. if you change the function declaration to: public function execute(array $params = null) everything begins to work again as without an input it now ...>>Read More

[Related Article]
http://zendframework.com/issues/browse/ZF-1440;jsessionid=AE258FDD3AAF68DCC9E8FEF17030B979
[Posted On]
15:29:20 05-30-2007

aDB PDO like database abstraction - PHP Classes

Database abstraction layer similar to PDO. This class implements a database abstraction layer similar to PDO. It comes with a base class that provides an interface to the basic database access wrapper functionality.>>Read More

[Related Article]
http://www.phpclasses.org/package/3915-PHP-Database-abstraction-layer-similar-to-PDO.html
[Posted On]
15:55:43 05-29-2007

[#ZF-1402] Schema not in select statements - Zend Framework Issue ...

#5 /home/jmotes/workspace/console/library/Zend/Controller/Front.php(754): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Reque in /home/jmotes/workspace/console/library/Zend/Db/Adapter/Pdo/Abstract.php on line 177 ...>>Read More

[Related Article]
http://zendframework.com/issues/browse/ZF-1402
[Posted On]
06:50:34 05-24-2007

[#ZF-1398] Solution for running non-prepared SQL statements - Zend ...

The only way to fix it was to modify the Zend/Db/Adapter/PdoAbstract.php by adding. $this->_connection->setAttribute(PDO::ATTR_EMULATE_PREPARES, true);. There is no way to change that behavior other than modify it manually in the ...>>Read More

[Related Article]
http://zendframework.com/issues/browse/ZF-1398;jsessionid=28D0D90E0586798AEA5B2339A909CCB1
[Posted On]
16:30:07 05-23-2007