Пример #1
0
 /**
  * Executed after the SQL statement was sent to the db server
  */
 public function afterEndProfile(Item $profile)
 {
     echo $profile->getTotalElapsedSeconds();
 }