I’m new to Yii, it’s great but one thing makes me really angry. When I made a mistake, which is not syntax error or null reference (e.g. I use function that does not exist) - the Yii just stops. If it’s in view script - its trackable, because I can see where HTML stops rendering. But when it comes to controller or model - I receive 500 Internal Server Error.
I generated application with yiic command. I have the YII_DEBUG set to true and the YII_TRACE_LEVEL to 3.