From: Greg M. <drk...@co...> - 2004-06-23 06:38:52
|
I've read the documentation on the item and manager class http://res1.stddev.appstate.edu/horde/chora/co.php/phpwebsite/docs/developers/ITEM_MANAGER_README.txt?r=1.12. I also read the email messages title "Simple Module". I don't think I have found an answer to my question. If I have a code table and a table that uses that code in a row, can I use these classes? The idea would be then I implement an Item class for the two tables and a Manager class to manage them both. Can I take these relationships as far as having six to ten tables in my install.sql file? Each would have an Item class implemented with one manager class to manage all the items. The gist of these tables is a small relational database system. Has someone created a module like this where there might be some sample code to look at? I found while reading the ITEM_MANAGER_README.txt file that it took a left turn at the manager class description. I could develop a module for each table but I am hoping that is not the right answer. Thanks, Greg |