By: euchre
Date: 2008-10-22
Time: 11:53
|
Multi-dimensional arrayI get the following error when I tried to use TBS with multi-dimensional array.
TinyButStrong Error in field [blk.val...] : item 'val' is not an existing key in the array. This message can be cancelled using parameter 'noerr'. Below are my codes. Template.html
index.php
Is there a fix to this problem? |
||
By: TomH
Date: 2008-10-22
Time: 13:10
|
Re: Multi-dimensional arrayThe error message explains the problem, but is not telling you that your 'val' is an array not a value.
You have several possibilities to see how to address array members... see http://www.tinybutstrong.com/examples.php for ways to properly code access to various array items (1) Select the example "Data (array)" (2) In the top box "Display" select the various choics to see the php and template codes |
||
By: euchre
Date: 2008-10-22
Time: 15:26
|
Re: Multi-dimensional arrayThanks Tom!
|