Pulling in multiple sections to one page

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

By gagester - March 24, 2009

Hello,

I'm trying to display multiple sections on one page. I have a list of "checking accounts" and a list of "savings accounts." We want the 2 lists to display on the same page. (separated into their categories, not just jumbled together...)

I created a different section for each, as they have different options. I think i have to "add" to this in the head of the document, but not sure what or where to add what ;) ... Do i just add "'checking_accounts'," after savings_accounts?

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