How Can I Disable View Notice In Yii

i try in index.php


define('YII_ENABLE_ERROR_HANDLER',false);

define('YII_ENABLE_EXCEPTION_HANDLER',false);

in php.ini


error_reporting = E_ERROR | E_PARSE | E_COMPILE_ERROR

display_errors = off

but i have


Notice: Undefined property: stdClass::$edited in E:\web\domains\cabinet\protected\views\timeshares\index.php on line 35



howe i can disable this ?

upppp