Browse Source

[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 16 years ago
parent
commit
b6adacea81
1 changed files with 0 additions and 6 deletions
  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>