
Chris
Staff

Oct 13, 2009, 11:02 AM
Post #5 of 6
(1584 views)
Shortcut
|
|
Re: [dbown] Coding help with easy multi level nested list flyout menu
[In reply to]
|
Can't Post
|
|
Hi Dave, Sorry, I should have mentioned that instead of getRecords(), you'll need to use getCategories() to make _listItemStart and _listItemEnd available.
list($testRecords, $selectedTestRecord) = getCategories(array( 'tableName' => 'test', )); I hope this helps. Please let me know if you have any questions. Chris
|