Hello Josep, there is no definitive answer for this, what I use is to create a generic stack where I put my code that can be re-used then on the application stack I built the application specific code on top of that generic code.
Thats how I like working. :-D On 2/4/08, Josep <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm programming a stack to help to create webpages with products using the > one free shopping cart processor. I like to share some functions to access > databases. How is the best way? Use libraries, frontscript,... How I must > organize my project at stacks level. > > s_main.rev <-- Main Stack > s_add_product <-- Substack of s_main > s_add_family <-- Substack of s_main > s_add_customer <-- Substack of s_main > > s_lib_functions.rev <-- Stack with functions > > Is a good organization? Some other way to do the same? > > Cheers, > Josep M > > > > -- > View this message in context: > http://www.nabble.com/External-functions-tp15269013p15269013.html > Sent from the Revolution - User mailing list archive at Nabble.com. > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- http://www.andregarzia.com All We Do Is Code. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
