From: <php...@li...> - 2002-11-15 14:32:50
|
Yeah the dump for all your tables for installation go into your install.sql file. You could call core functions or your own functions in install.php to create your tables but I would recommend using a sql dump. All table prefixes will automagically get appended and any inserts to prepopulate your tables will use the sequence table correctly. Adam > So all SQL for all tables go into the one install.sql file? > > Don. > > On Fri, 15 Nov 2002 php...@li... > wrote: > >> I've been working on a module tutorial in my spare time. It was >> supposed to walk you through creating a module from the ground up, but >> I think I'm going to restructure it to be a developement "handbook" >> which references key components of an existing module (Notes). I'll >> be putting more time into that soon. If you want to see some of my >> brain dump: >> >> http://res1.stddev.appstate.edu/horde/chora/co.php/phpws_core/docs/developers/MODULE_TUTORIAL.txt?login=2&r=1.2 >> >> Also, check out notes. It's about as simple as you get, but it covers >> the basics. >> >> Adam >> >> > Just wondering if there is any drafts of a mod doc or of a model >> module that I could base development off of. >> > >> > I have proverbial ants in my proverbial pants. >> > >> > Don. >> > >> > >> > >> > ------------------------------------------------------- >> > This sf.net email is sponsored by: To learn the basics of securing >> your web site with SSL, click here to get a FREE TRIAL of a Thawte >> Server Certificate: http://www.gothawte.com/rd524.html >> > _______________________________________________ >> > Phpwebsite-developers mailing list >> > Php...@li... >> > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> --------------------------------- >> Adam Morton >> Developer - Electronic Student Services >> http://phpwebsite.appstate.edu >> Founder - ASU Linux Users Group >> http://alug.appstate.edu >> >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by: To learn the basics of securing >> your web site with SSL, click here to get a FREE TRIAL of a Thawte >> Server Certificate: http://www.gothawte.com/rd524.html >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by: To learn the basics of securing your > web site with SSL, click here to get a FREE TRIAL of a Thawte Server > Certificate: http://www.gothawte.com/rd524.html > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - ASU Linux Users Group http://alug.appstate.edu |