Explorar o código

[ZF-5718] reflect new behaviour regarding passed array values

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19446 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp %!s(int64=16) %!d(string=hai) anos
pai
achega
b6adacea81
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      documentation/manual/en/module_specs/Zend_Db_Select.xml

+ 0 - 6
documentation/manual/en/module_specs/Zend_Db_Select.xml

@@ -778,12 +778,6 @@ $select = $db->select()
                 the expression.
             </para>
 
-            <para>
-                This method accepts only one parameter. If you have an expression into which you
-                need to substitute multiple variables, you must format the string manually,
-                interpolating variables and performing quoting yourself.
-            </para>
-
             <example id="zend.db.select.building.where.example-param">
 
                 <title>Example of a parameter in the where() method</title>