stuck with an idea for multi listing
12 posts by 2 authors in: Forums > CMS Builder
Last Post: April 4, 2011 (RSS)
By Jason - April 4, 2011
Hi Igor,
What you can do is for the table where you want to select ALL records, you can the 'allowSearch' => false, option in your getRecords statement.
For example:
Hope this helps
What you can do is for the table where you want to select ALL records, you can the 'allowSearch' => false, option in your getRecords statement.
For example:
list($allUserRecords, $allUserRecordsMetaData) = getRecords(array(
'tableName' => 'accounts',
'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/
Re: [Jason] stuck with an idea for multi listing
By ikanizaj - April 4, 2011
Just what I've been looking for...
Thanks
Thanks
--
Igor Kani¾aj
Igor Kani¾aj