소스 검색

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 년 전
부모
커밋
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>
             <para>
                 If you create your own class that extends
                 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
                 class with the "Zend_Db_Adapter" package prefix, you can use the
                 <methodname>factory()</methodname> method to load your adapter if you
                 <methodname>factory()</methodname> method to load your adapter if you
                 specify the leading portion of the adapter class with the
                 specify the leading portion of the adapter class with the