marcelioleal / automatic

Code Generator in PHP using Zend Framework 2, Doctrine 2, HTML 5 and a beautiful architecture.
7 stars 0 forks source link

Create Business Model Classes #5

Closed marcelioleal closed 13 years ago

marcelioleal commented 13 years ago
  1. The namespace is BM
  2. Use the doctrine way in this step (I think the cardinality is the same)
  3. Now I dont think needed inheritance
  4. Here, the basic methods are: 4.1. Insert 4.2. Update 4.3. Delete
rmauro commented 13 years ago

It's done.