I am trying to insert a value into one, here is my code:
...the array:
public $childController = array(//$url =>'WtmTemplate',
);
$url = $people_table->tr[$i]->td[0]->a['href'];
//echo $url;
$this->childController[$url] = 'WtmTemplate';
It doesn't seem to be going in, unless I hardcode the "key". How can I fix this. cheers.