आप विधियों का उपयोग कर सकते हैं
class Objects extends CActiveRecord
{
protected function beforeSave()
{
// Your code goes here
}
protected function beforeDelete()
{
// Your code goes here
}
}
क्वेरी लॉगिंग के लिए आप इस थ्रेड को देखें लॉगिंग
आप config.main फाइल में फॉलोविंग कोड को अनकम्मेंट करके भी पेज पर लॉग देख सकते हैं
// uncomment the following to show log messages on web pages
array(
'class'=>'CWebLogRoute',
),