This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
unknown (author)
Mon Mar 09 20:25:52 -0700 2009
sql_log /
| name | age | message | |
|---|---|---|---|
| |
README | Mon Mar 09 20:25:52 -0700 2009 | |
| |
controllers/ | Mon Mar 09 20:25:52 -0700 2009 |
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');







