public
Description: CakePHP Plugin - Send the SQL log to a file; convenient for tail -f
Homepage:
Clone URL: git://github.com/mcurry/sql_log.git
unknown (author)
Mon Mar 09 20:25:52 -0700 2009
name age message
file README Mon Mar 09 20:25:52 -0700 2009 Initial Revision [unknown]
directory controllers/ Mon Mar 09 20:25:52 -0700 2009 Initial Revision [unknown]
README
/*
 * SQL Log to file plugin
 *
 * Copyright (c) 2008 Matt Curry
 * www.PseudoCoder.com
 *
 * 90% of this code is taken from the DebugKit
 * http://thechaw.com/debug_kit
 *
 * @author      Matt Curry <matt@pseudocoder.com>
 * @license     MIT
 *
 */

/* Description */
A plugin to write the SQL logs to the error file.

/* Instructions */
   1. Download the plugin and put it in /app/plugins/sql_log.
   2. Add the plugin to your AppController:
      var $components = array('SqlLog.SqlLog');