Преглед изворни кода

[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 година
родитељ
комит
b6adacea81
1 измењених фајлова са 0 додато и 6 уклоњено
  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.
                 the expression.
             </para>
             </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">
             <example id="zend.db.select.building.where.example-param">
 
 
                 <title>Example of a parameter in the where() method</title>
                 <title>Example of a parameter in the where() method</title>