Я создал контроллер и несколько представлений:
Controller
Private $importantValues;
Public function1
Render view2
Public function2
Render view3
Public function3
Call function4
Private function4
save something in db
end controller
view1
call function1
View2
With post call function2
View3
With post call function3
Почему $ ImportantValues живет только в function1 и function2? В других функциях сбрасывается.