fancyDebug() public static method

In 'fancy' mode the debugger will output queries with bound parameters inside the SQL itself. This method has been added to offer a convenient way to activate the fancy debugger system in one call.
public static fancyDebug ( boolean $toggle = TRUE ) : void
$toggle boolean TRUE to activate debugger and select 'fancy' mode
return void
Example #1
0
 /**
  * Test facade fancyDebug function
  */
 public function testDebug2InFacade()
 {
     R::fancyDebug(TRUE);
     pass();
 }