Puoi usare i metodi
class Objects extends CActiveRecord
{
protected function beforeSave()
{
// Your code goes here
}
protected function beforeDelete()
{
// Your code goes here
}
}
Per la registrazione della query fai riferimento a questo thread Registrazione
puoi anche vedere il registro sulla pagina semplicemente decommentando il codice seguente nel file config.main
// uncomment the following to show log messages on web pages
array(
'class'=>'CWebLogRoute',
),