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.
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.