Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hi, I have a module in CVS that contains code that I re-use in a number of different websites. It resides in its own directory in a site's webtree, essentially self-contained. However, I want to be able to put the rest of a site under its own module as well. Is it possible to accomplish having a sandbox within a sandbox, but are part of separate modules? To illustrate my point, here's an example site tree: mywebsite/ (Module 1 in CVS) +-- css/ (Module 1) +-- images/ (Module 1) +-- my_reusable_code/ (Module 2 in CVS) +-- a_directory/ (Module 2) +-- my_php_script.php (Module 2) +--default.php (Module 1) Any suggestions would be greatly appreciated. Thanks! Scotty