Explorar o código

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 %!s(int64=16) %!d(string=hai) anos
pai
achega
71ffa14a5c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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