Controller code:
$records = $this->Table->find('all', array('conditions' =>
array('Table.value >=' => $submitted_value)));
- RobOn Jun 19, 8:59 am, "Krissy Masters" <[email protected]> wrote: > I have read thru the docs and searched but no luck. What i am trying to do > is use a simple >= comparison to a submitted value. > > So my table has values of 0 - 5 if the search value is 2 i grab all records > with value 2 or greater. > > Any ideas or help would be great. > > Thanks. > > K -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
