Subversion Repositories SmartDukaan

Rev

Rev 17313 | Rev 19319 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17313 Rev 17314
Line 1... Line 1...
1
<?php
1
<?php
2
	Configure::write('debug', 2);
2
	Configure::write('debug', 0);
3
 
3
 
4
/**
4
/**
5
 * Configure the Error handler used to handle errors for your application. By default
5
 * Configure the Error handler used to handle errors for your application. By default
6
 * ErrorHandler::handleError() is used. It will display errors using Debugger, when debug > 0
6
 * ErrorHandler::handleError() is used. It will display errors using Debugger, when debug > 0
7
 * and log errors with CakeLog when debug = 0.
7
 * and log errors with CakeLog when debug = 0.