Example #1
0
 /**
  * Executed before the SQL statement will sent to the db server
  */
 public function beforeStartProfile(Item $profile)
 {
     echo $profile->getSQLStatement();
 }