Skip to content

CentralApps/DAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 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.