コード例 #1
0
 public function debug($enabled = true)
 {
     self::$_debug = $enabled;
 }
コード例 #2
0
ファイル: class.symql.php プロジェクト: symphonists/symql
 public function debug($enabled = TRUE)
 {
     self::$_debug = $enabled;
 }