Skip to content

morrislaptop/util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Debug MySQL Source

Determine where those pesky queries are coming from...

Database Config

var $default = array(
	'datasource' => 'Util.DebugMysqlSource',
	'driver' => null,
	'persistent' => false,
	'host' => 'localhost',
	'login' => 'root',
	'password' => '',
	'database' => 'tagandwin',
	'prefix' => '',
);

SQL Dumping

<?php echo $this->element('sql_dump', array('plugin' => 'util')); ?>

About

Set of unrelated common CakePHP utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages