Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.11.5

Doc Bug #9793 Documentation for Generator missing
Submitted: 2007-01-10 12:41 UTC
From: powtac at gmx dot de Assigned:
Status: Open Package: DB_DataObject (version 1.8.5)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: powtac at gmx dot de
New email:
PHP Version: Package Version: OS:

 

 [2007-01-10 12:41 UTC] powtac at gmx dot de (Simon Brüchner)
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();

Comments