mp-php/fuel-packages-dbdocs

There is no license information available for the latest version (1.0.0) of this package.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Language:JavaScript

Type:fuel-package

1.0.0 2013-03-24 15:48 UTC

This package is auto-updated.

Last update: 2024-04-19 19:13:30 UTC


README

You can also use https://github.com/mp-php/fuel-dbdocs

Supporting databases

  • MySQL (pdo_mysql is required)
  • PostgreSQL (pdo_pgsql is required)
  • SQLite (pdo_sqlite is required)
  • Microsoft SQLServer (pdo_sqlsrv is required)

Install

Setup to fuel/packages/dbdocs

If you use git submodule or download zip, you must install vendors

$ cd fuel/packages/dbdocs
$ php composer.phar install

Configuration

In app/config/config.php

'always_load' => array('packages' => array(
	'dbdocs',
	...

'security' => array('whitelisted_classes' => array(
	'Doctrine\\DBAL\\Schema\\Table',
	'Doctrine\\DBAL\\Schema\\View',
	...

Usage

$ php oil r dbdocs:help

License

Copyright 2013, Mamoru Otsuka. Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php