public function where()
{
$condition = func_get_args();
if (is_array(reset($condition)))
{
return $this->_parse_where_array(reset($condition));
}
return $this->_where($condition);
}
It looks like you're new here. If you want to get involved, click one of these buttons!