Skip to content

RCorbet/zf-codo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZFcodo - ORM and Code Generator for Zend Framework

About

ZFcodo is an ORM and Code (scaffolding) Generator for Zend Framework. It is based on the Qcubed and Qcodo projects. To read more about the project visit My Blog. This project is in Alpha. It isn't stable and shouldn't be used in a production environment.

Installation

  • Put the ZFcodo directory in the /library folder of your Zend Framework application
  • Copy zf-codo.php into "/application/scripts" directory
  • Add the settings from application.ini into your own application.ini
  • Add the functions from Bootstrap.php into your own application/Bootstrap.php file

Usage

ZFcodo creates scaffolding for your application based on your database schema. Once you have designed your database, run the /application/scripts/zf-codo.php from the command line using PHP CLI. The code generator will generate all your models, base models, forms, controllers, and views based on your schema. Instant application.

For more information see my blog post.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%