예제 #1
0
파일: rb.php 프로젝트: tejdeeps/tejcs.com
 /**
  * Activates TimeLine Schema Alteration monitoring and
  * Query logging.
  *
  * @param type $filename
  */
 public static function log($filename)
 {
     $tl = new RedBean_Plugin_TimeLine($filename);
     self::$adapter->addEventListener('sql_exec', $tl);
 }