Please paste this code in a view:

$this->a = array();
$this->a[] = 1;
print_r($this->a);

What do you get? I get an *empty* array. How come? I don't understand it.

Reply via email to