First data model realised
December 15th, 2008
No comments
The first data model is ready, and I’ve already put it into SQL scripts to generate the database. It’s not that complex as of yet, all I want to store at the first iteration is the published file.
I installed the DAO class generator from the Xoops modules site. It takes an existing database table, and writes a data access Xoops class that should provide the needed functionality to use the database table in your module. It’s rather old (2004), but it seems to do the job just fine. I couldn’t find posts on the forums with warnings about Read more…