瀏覽代碼

[ZF-6762]wrong order in PHPDoc of _quoteIdentifierAs()

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15659 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 年之前
父節點
當前提交
3979bfab03
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      library/Zend/Db/Adapter/Abstract.php

+ 1 - 1
library/Zend/Db/Adapter/Abstract.php

@@ -965,8 +965,8 @@ abstract class Zend_Db_Adapter_Abstract
      *
      * @param string|array|Zend_Db_Expr $ident The identifier or expression.
      * @param string $alias An optional alias.
-     * @param string $as The string to add between the identifier/expression and the alias.
      * @param boolean $auto If true, heed the AUTO_QUOTE_IDENTIFIERS config option.
+     * @param string $as The string to add between the identifier/expression and the alias.
      * @return string The quoted identifier and alias.
      */
     protected function _quoteIdentifierAs($ident, $alias = null, $auto = false, $as = ' AS ')