Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

fRecordSet::build → $maxValue > column > $minValue ↔ No Problem. Solved :D

posted by emadgh 8 years ago

Hi there, I wrote this to search in records but it doesn't work.

$result = fRecordSet::build(__class__,array(
	"type=" 	=> fRequest::get('type'),
	"price>="	=> fRequest::get('minPrice'),
	"price<="	=> fRequest::get('maxPrice'),
));

Thanks in advanced.

Oh ! sorry, There is no problem.

posted by emadgh 8 years ago