atabak saeiddanesh Mon May 11 09:12:11 -0400 2015

Subject: problem with multi conditions in find

hi
in docs i found how to set conditions as array ... but i have problem whith BETWEEN Operator,
i have an advance search whit many Operator , i mean ,i have "=" and "BETWEEN","LIKE" and some other Operators
how i can set the conditions array whit BETWEEN ?
or
is any options to send multiple queries to any phpactive record function or class and that class build my conditions array?
"BETWEEN " query have 2 argument (min and max values) and i don't know how to set these in condition's array and how have condition's array with "BETWEEN" and other MySql operators

thanks