Skip to content

creoLIFE/phpDBMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpDBMapper

version: 1.1.1 beta

Small APP which will help to create class definition for DB access (MySQL) for Zend Framework 1.x.

I will create:

  • DAO - for database access and basic operation,
  • Entity - object which will be by DAO methods,
  • Repository - Basic operation on data by DAO,
  • Mapper - DB mapper,
  • Basic Unit tests

Instalation

  1. Setup local webserver with MySQL DB
  2. Setup some localdomain (can be localhost)
  3. Point your home directory in webserver config to "/public" directory of APP
  4. download latest repo
  5. Update composer libraries
  6. execute app on your local domain and fill fields to connect to DB

Files will be stored in "/output" directory of app.

About

Create class definition for DB access (DAO, entity, repository)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors