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
- Setup local webserver with MySQL DB
- Setup some localdomain (can be localhost)
- Point your home directory in webserver config to "/public" directory of APP
- download latest repo
- Update composer libraries
- execute app on your local domain and fill fields to connect to DB
Files will be stored in "/output" directory of app.