コード例 #1
0
ファイル: db-477.php プロジェクト: aodkrisda/phalcon-code
 /**
  * Executed after the SQL statement was sent to the db server
  */
 public function afterEndProfile(Item $profile)
 {
     echo $profile->getTotalElapsedSeconds();
 }