проверяю var_dump($this);
выводит
object(FrontendViewDelete)#202 (13) { ["_name"]=> string(6) "delete" ["_models"]=> array(1) { ["delete"]=> &object(FrontendModelDelete)#203 (7) { ["id"]=> int(473) ["type"]=> string(1) "1" ["types"]=> array(2) { [1]=> string(5) "image" [2]=> string(7) "comment" }
а если var_dump($this->id);
тогда NULL
Должно быть int(473), а выводит NULL, почему? ?