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

Changing Zend_Db_Adapter_Abstract_Adapter to Zend_Db_Adapter_Abstract. Resolves ZF-8188.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18744 44c647ce-9c0f-0410-b52a-842ac1e357ba
jordanryanmoore 16 лет назад
Родитель
Сommit
71ffa14a5c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      documentation/manual/en/module_specs/Zend_Db_Adapter.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Db_Adapter.xml

@@ -190,7 +190,7 @@ $db = Zend_Db::factory('Pdo_Mysql', array(
 
             <para>
                 If you create your own class that extends
-                <classname>Zend_Db_Adapter_Abstract_Adapter</classname>, but you do not name your
+                <classname>Zend_Db_Adapter_Abstract</classname>, but you do not name your
                 class with the "Zend_Db_Adapter" package prefix, you can use the
                 <methodname>factory()</methodname> method to load your adapter if you
                 specify the leading portion of the adapter class with the