Просмотр исходного кода

[ZF-7613]There is not factory method in the Zend_Query class

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17669 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 лет назад
Родитель
Сommit
963f4ea712
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      documentation/manual/en/module_specs/Zend_Queue-Adapters.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Queue-Adapters.xml

@@ -177,7 +177,7 @@ $options = array(
 );
 
 // Create a database queue.
-$queue = Zend_Queue::factory('Db', $options);
+$queue = new Zend_Queue('Db', $options);
 ]]></programlisting>
 
             <itemizedlist>