2017 © Pedro Peláez
 

library nocon-database

Database class for use in the NoCon framework.

image

nocon/nocon-database

Database class for use in the NoCon framework.

  • Thursday, April 14, 2016
  • by bnielsen1965
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NoCon-Database

This is a set of classes used to support database access for the NoCon framework but could theoretically be used in other frameworks and/or applications., (*1)


INSTALLATION

The package can be installed one of two ways, either using composer to load the approriate version into your application vendor directory or by copying the NoCon class directory into the appropriate location for your application., (*2)

Install with composer

Add a require statement to your composer.json file then run composer update to load the package., (*3)

"require" : {
  "nocon/nocon-database": "dev-master"
}

composer update, (*4)

Install custom

Download the package zip file and extract the contents to a temporary location. Copy the NoCon/ directory structure to your application's class file location where your autoloader can locate the class., (*5)

I.E. To install this package manually in the NoCon framework you download and extract the zip file then copy the NoCon directory into the vendor/ path in your NoCon installation., (*6)


DEVELOPING

The NoCon-Datase package utilizes PHP PDO for database access., (*7)

The Versions

14/04 2016

dev-master

9999999-dev

Database class for use in the NoCon framework.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3

 

by Bryan Nielsen

database user nocon