Notice: Use of undefined constant E_USER_DEPRECATED - assumed 'E_USER_DEPRECATED' in /home/webkulla/public_html/application/libraries/Engine/View/Helper/DateTime.php on line 22 Warning: Invalid error type specified in /home/webkulla/public_html/application/libraries/Engine/View/Helper/DateTime.php on line 22bu satırda hata veriyor

dosyam ;
class Engine_View_Helper_DateTime extends Zend_View_Helper_FormElement
{
public function dateTime($datetime)
{
trigger_error('Please use the locale view helper: $view->locale()->toDateTime()', E_USER_DEPRECATED);
return $this->view->locale()->toDateTime($datetime);
}
}
