Home » Database » DB_DataObject » Bug #9793
Documentation for Generator missing
Details
| Doc Bug #9793 | Documentation for Generator missing |
|---|---|
| Submitted | 2007-01-10 12:41 UTC |
| From | powtac at gmx dot de |
| Status | Open |
| Package | DB_DataObject |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2007-01-10 12:41 UTC] powtac at gmx dot de
Description:
------------
A documentation for the great feature of the generator is missing.
Somethinge like this:
require_once 'your config file';
require_once 'DB/DataObject.php';
require_once 'DB/DataObject/Generator.php';
DB_DataObject::debugLevel(5);
$generator = new DB_DataObject_Generator;
$generator->start();