Pulling in multiple sections to one page

2 posts by 2 authors in: Forums > CMS Builder
Last Post: March 24, 2009   (RSS)

Re: [gagester] Pulling in multiple sections to one page

By Dave - March 24, 2009

Hi gagester,

Yes, you're almost there. Just copy that whole block for checking:

list($savings_accountsRecords, $savings_accountsMetaData) = getRecords(array(
'tableName' => 'savings_accounts',
'allowSearch' => '0',
));

list($checking_accountsRecords, $checking_accountsMetaData) = getRecords(array(
'tableName' => 'checking_accounts',
'allowSearch' => '0',
));


Hope that helps, let me know if you need any more details.
Dave Edis - Senior Developer
interactivetools.com