Located in /Db/Select.php (line 2)
Zend_Db_Select | --Varien_Db_Select
Class constructor
Adds a WHERE condition to the query by AND.
If a value is passed as the second param, it will be quoted and replaced into the condition wherever a question-mark appears. Array values are quoted and comma-separated.
Note that it is more correct to use named bindings in your queries for values other than strings. When you use named bindings, don't forget to pass the values when actually making a query:
Documentation generated on Fri, 09 May 2008 04:36:28 +0300 by phpDocumentor 1.4.2