class TestAction extends Action{ function index(){ $this->arr[0]="this is a PHP trick!"; echo $this->arr[0].' haha!'; } }