Example #1
0
 /**
  * Enable or disable the debugging
  *
  * @return object  The Moor instance for chaining
  **/
 public static function enableDebug()
 {
     self::$debug = TRUE;
     return self::getInstance();
 }