public function __construct() { if (strtolower(ACTION_NAME) === 'index' && strtolower(MODULE_NAME) === 'profile' && strtolower(APP_NAME) === 'public') { $this->isRefresh = 1; } parent::__construct(); }
public function __construct() { Session::pause(); parent::__construct(); }