Download ddataobjects.   Enter local server path (e.g. 'http://domain/folder'):
**NOTICE: YOU DO NOT NEED TO DOWNLOAD THE PROGRAM TO USE. JUST CREATE THE ddataobjects.php file and run it "#php ddataobjects.php". see Instructions
README for dDataObjects
-----------------------
LICENSE:
Copyright 2012 Dan Hayes
This program is distributed under the terms of the GNU General Public License

CONTACT:
dhayes501@gmail.com

SUMMARY:
dDataObjects is a php database class generation tool for postgresql databases.

VERSION:
2.7

INTRODUCTION:
The goal of dDataObjects is to simplify the creation of the class files used to manipulate a database.  The goal
was to provide maximum simplicity with no restrictions.  When it comes right down to it, you can do 
ANYTHING that you could do by writing the code from scratch.  Why would I write this with the existing
dataobjects projects (e.g. MDB2) readily available?  I hate being restricted.  When there's an easy way
to do something, I shouldn't have to find an alternative because the code I'm using doesn't support it.
Simplicity without restriction is the goal.

Changelog (added starting with 2.7):
Added mmdd field type for month/day dates, year will be set to 9999
Instructions

Development Version (unstable)