I have a site engine that uses column definitions 'Tags', 'Banner', 'Side Bar', and 'Content'. Column '0' loads site specific template tags that will be loaded before any other columns.
I am looking for a way to allow a value-list to accept the index value '0'.
- Code: Select all
[Columns]
0 = Tags
1 = Banner
2 = Side Bar
3 = Content
The entry above in the valuelists.ini file throws this error in xataface:
Warning: Invalid argument supplied for foreach() in D:\...\xataface\Dataface\Table.php on line 1111
It has to do with '0' as an index.
Is there a way to allow '0' in a valuelist without having to create another mapping table specifically for this valuelist to map col_ID to col_name?
Thank you very much for your great support.
Chris