Yii+Linux

Hi Buddies

Any one know about yii+linux try catch working concept

thanks

in Advance :)

The try catch works just fine as this is not dependent on the Yii framework. The try catch block is dependent on PHP and PHP works very well on Linux.

Could you be a bit more specific about what you are trying to accomplish?

Thanks for your reply

we use dblib driver to connect our sql server.The Connection is fine & crud operation is also done. But sql Stored procedure throw some custom exception ( like raiserror ), yii catch that exception and show under php Warning. How to catch that exception and throw in my UI…

Thanks in advance