Use case for CApplication::end(.., false)?

Hi,

What is the/a use case for calling CApplication::end() with the $exit parameter set to false? For example: Yii::app()->end(0,false);

This parameter was introduced in Yii 1.1.5 and I did a little googling but didn’t find a ticket for it. The closest thing I found was “Enh #857: Added $exit parameter to CController::forward()” in the 1.1.5 change log, referring to http://code.google.com/p/yii/issues/detail?id=857 , but that’s not the same thing at all.

Cheers!

http://code.google.com/p/yii/source/detail?r=2575

I see, thanks! :D