Wiki articles tagged with "exception"

Showing 1-2 of 2 items.

How to create a custom exception and show it friendly with CJuiDialog

Created 11 years ago by Fábio Sales Fábio Sales, updated 11 years ago by Fábio Sales Fábio Sales.

Sometimes we need to create our custom exception and show it to the end user through a friendly way . In this article, I'm showing how to do it using CJuidialog.

0 0
1 follower
Viewed: 25 075 times
Version: 1.1
Category: How-tos

Display a nice exception message on ajax requests

Created 14 years ago by Maurizio Domba Cerin Maurizio Domba Cerin, updated 14 years ago by Maurizio Domba Cerin Maurizio Domba Cerin.

in Yii versions previous to 1.1.9 exceptions was handled differently during ajax request and displayed by CApplication::displayException(). This way the exception message displayed on ajax requests could not be customized.
The message for the CGridView delete request with YII_DEBUG set to true l...

12 0
19 followers
Viewed: 51 759 times
Version: 1.1
Category: Tips