ZF-7613: There is not "factory" method in the Zend_Queue class
Description
Manual entry 42.4.1.2. Db - Zend_Queue_Adapter_Db contain incorrect example of usage Zend_Queue. http://framework.zend.com/manual/en/…
Method "factory" does not exists in the Zend_Queue class
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2009-08-18T06:33:09.000+0000
In line 180, $queue = Zend_Queue::factory('Db', $options);
It may be $queue = new Zend_Queue('Db', $options);
Posted by Satoru Yoshida (satoruyoshida) on 2009-08-18T19:00:16.000+0000
Solved in SVN r17669
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2009-08-23T08:20:49.000+0000
Changing 'zend_query' to 'zend_queue' in summary field. I assume that was a typo ;) (if not, why don't /I/ have a zend_query?)