メソッドを使用できます
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',
),