RedBeanPHP

easy ORM for PHP

Debug

The RedBeanPHP debugger displays all queries on screen. Activate the debugger using the R::debug() function:


    R
::debug(true);

To turn the debugger off:


    R
::debug(false);


User contributed notes. Please use the comment section to provide tips, notes and examples. To ask for support or to provide feedback use the forum. For bug reports use Github Issue Tracker.

Site comments powered by Disqus

page generated in 0.010806083679199 sec.