Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.1
-
Fix Version/s: 1.9.2
-
Component/s: Zend_Queue
-
Labels:None
-
Language:English
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/zend.queue.adapters.html
Method "factory" does not exists in the Zend_Queue class
In line 180,
$queue = Zend_Queue::factory('Db', $options);
It may be
$queue = new Zend_Queue('Db', $options);