Example #1
0
function where($condition)
{
    $args = array_slice(func_get_args(), 1);
    $query = new Query();
    return $query->_array_where($condition, $args);
}