where clause when loading records

2 posts by 2 authors in: Forums > CMS Builder
Last Post: January 8, 2013   (RSS)

Hi,

How can i only load records that have a date that is after the current date (today's date).

// load records from 'code_updates'
list($code_updatesRecords, $code_updatesMetaData) = getRecords(array(
'tableName' => 'code_updates',
'where' => date > 'current date,

));

Jeff Saitz