Skip to content

andytait/DAO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAO Component

A suite of abstract classes and interfaces for quickly integrating data access objects within your application.

Installation

Add the project to your composer.json file

{
    "require": {
        "centralapps/dao": "dev-master"
    }
}

Install the project

php composer.phar update

Usage

This component is a set of abstract classes and interfaces, and as such they need to be used within your own code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%