Multi records
11 posts by 2 authors in: Forums > CMS Builder
Last Post: June 19, 2012 (RSS)
By Jason - June 19, 2012
Hi,
You can filter your list of products like this:
Hope this helps
You can filter your list of products like this:
// load records from 'products_na'
list($products_naRecords, $products_naMetaData) = getRecords(array(
'tableName' => 'products_na',
'where' => "producer = ".intval($north_americaRecord['num']),
'allowSearch' => false,
));
Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/