Retrieving section title or table name?

4 posts by 2 authors in: Forums > CMS Builder
Last Post: December 3, 2011   (RSS)

Re: [videopixel] Retrieving section title or table name?

By Collin - December 3, 2011

If you used a call like:

list(records, metaData) = getRecords(options)

metaData will contain lots of information about the records.

Also:

showme(records)

will give you a lot of information about the records.

Re: [Collin] Retrieving section title or table name?

By videopixel - December 3, 2011

ok, I need this [tableName]
How do i insert this between the brackets?
does not work?
<?php echo $record['tableName'] ?>

Re: [videopixel] Retrieving section title or table name?

By videopixel - December 3, 2011

Found it already ;-)

needed to be [_tableName]

Thanks Collin for putting me on the right track!