Main Menu
Home
Contact Us
Search
Products
Store
Downloads
About
Support Forum
NeuralBuild and DAO in PHP PDF Print E-mail

NeuralBuild and the DAO Pattern in PHP



The standard files generated by the NeuralBuild DAO Java generator are the following :


  1. Value Objects

  2. DAO

  3. Business Factory

  4. Composite Objects

  5. Web Form and it's backing object.



Business Factory

NeuralBuild generates a Business Factory on top of the DAO layer. The Business Factory “wraps” the DAO Layer, exposing a clean Business Object layer to developers.

Composite Objects

In Addition to the standard DAO Pattern, NeuralBuild also generates composite objects and the DAO Pattern layers for these objects. Composite Objects represent composites of more than one Value Object. The generated DAO Pattern layers for Composite Objects are “read-only”.



Samples

PHP Value Object Example
PHP DAO Example
PHP Business Factory Example




 
< Prev   Next >