Reports
Allows you to register SQL commands in your database which can be quickly run by admin users.. For CakePHP 2, (*1)
Installation
Add the repo to your working directory, (*2)
git submodule add https://github.com/morrislaptop/reports.git app/Plugin/Reports
Add the following to app/Config/bootstrap.php, (*3)
CakePlugin::load('Reports');
Database
From the console run, (*4)
app/Console/cake schema create -p Reports Reports