Hello!
I have "editviewdefs.php" file. And regular construction in it
It works fine.'displayParams'=>array(
'field_to_name_array' => array(
"aa" => "bb",
...
And now I need to populate "aa" to "bb" and "bb2"
this code doesn't work as expected'displayParams'=>array(
'field_to_name_array' => array(
"aa" => array("bb","bb2"),
...
I think there is must be another way to make that population.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks