more than one list view record

2 posts by 2 authors in: Forums > CMS Builder
Last Post: February 29, 2008   (RSS)

By Chris_t - February 29, 2008 - edited: February 29, 2008

Hello all,

I finaly got my menus sorted out and found a new problem.

I need to have 2 lists vies stated on one page and when I try that they conflict with each other. is there a way to put 2 in the array field I can't find much on this field

havi[font "Courier New"]ing 2

<?php

require_once "/www/htdocs/cmsAdmin/lib/viewer_functions.php";
$options = array();
$options['tableName'] = 'article';
$options['titleField'] = 'title';
$options['viewerUrl'] = 'articlePage.php';
$options['perPage'] = '';
$options['orderBy'] = 'featured DESC, date DESC, title';
$options['pageNum'] = '';
$options['where'] = '';
$options['useSeoUrls'] = '';

list($listRows, $listDetails) = getListRows($options);

?>



is the problem I need one for categoy menu and one for the list menu



thanks

Edit: Added line breaks to code.