> I am new to freetrade so this may have been discussed before. I would
like
> to put as much of the functionality of freetrade into a common php include
> directory. I am going to be hosting more that one e-commerce site and
would
> like to just put the client specific stuff in their htdocs directory. Has
> anyone done this? Have the developers thought about this? Thanks for any
> help.
Some people have asked about this before. We didn't really consider it in
the
design. The way we intended to use it was as a toolkit, or a starting point
for
a project that quickly diverged from the source.
Here's how you might do it. Each site has their own htdocs directory, with
their
own index.php3. You will have to decide what stuff is shared and what's
not.
I would guess in the simplest case, you could share everything except
navigation
and layout..plus global_settings will need to be unique. That's not too
hard.
You'll have to add the concept of a local and shared application root.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]