Bạn có thể sử dụng các phương pháp
class Objects extends CActiveRecord
{
protected function beforeSave()
{
// Your code goes here
}
protected function beforeDelete()
{
// Your code goes here
}
}
Để ghi lại truy vấn, bạn tham khảo chuỗi này Ghi nhật ký
bạn cũng có thể xem nhật ký trên trang bằng cách bỏ ghi chú mã follwing trong tệp config.main
// uncomment the following to show log messages on web pages
array(
'class'=>'CWebLogRoute',
),