2017 © Pedro Peláez
 

cakephp-plugin reports

image

morrislaptop/reports

  • Wednesday, May 8, 2013
  • by morrislaptop
  • Repository
  • 2 Watchers
  • 3 Stars
  • 192 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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

The Versions

08/05 2013

dev-master

9999999-dev

  Sources   Download

The Requires