17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 784 Views |
-
Problems with TableListField

9 April 2008 at 10:14pm
Hi to everyone,
i've some problems with table field list and i don't know where is my mistake.$tablefield = new TableListField(
'Profili',
'CIFProfile',
array(
'NomeProfilo' => 'Profilo',
'Tan' => 'TAN',
'InteressiIstituto' => 'Interessi Istituto',
'InteressiCoordinatore' => 'Interessi Coordinatore',
'InteressiProduttore' => 'Interessi Produttore'
)
);
...
$fields->push($tablefield);If i comment last line (pushing), no error was showed, but i can't show my table.
The error is: ERROR:There has been an error
Thank you very much.
VG
| 784 Views | ||
|
Page:
1
|
Go to Top |

