VoDaoDb Documentation & Examples

Note: VoDaoDb currently is only implemented to connect to MySQL Dbs & has only been tested using a localhost.

These scripts explain, demonstrate, and test the class files generated by VoDaoDb. The particular class files used here have additional lines hand coded for demonstration & debugging purposes. The added lines of code collect and echo data to help you follow what is and is not happening during script execution.

The VoDaoDb class files allow you to interact with a database using classes that are knowledgeable about table schema. Rather than using ad-hoc arrays, scripts, and procedures when working with the database. The classes are generated from the database using the database, tables, and column definitions. This allows your classes to help confine/prescribe columns and allows "smart" editors to parse the classes and give you code hinting/completion assistance.

If this is your first time through, you can Setup the same database on your localhost to mimic/experiment with the examples found here.