Skip to content

lizardfoot/phpdao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This work is more of a concept than a program. The idea behind this is to use an old Java pattern for database access.

  • The Data Access Object (DAO) does the database work
  • The Data Transfer Object (DTO) is the "bean"

The DAO knows how to talk to the database. The BaseDAO is set up to the MySQL and memcached. It is simple enough to change the BaseDAO to use a different DB or a different caching tool.

About

Data Access Objects for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages