Can you explain why you need different tmp directories for the same
actual app? If it's for caching, etc, maybe you can use a cache prefix
dynamically?

Cheers,
Adam

Martin Westin wrote:
> Hi (again),
>
> I want to try to host one application under several domains.
>
> One Cake
> One App
> Many configs
> Many temp dirs
>
> It is that last bit I get stuck on. I really want to split the tmps so
> I have one for each domain. Unfortunately defining "TMP" in
> bootstrap.php is too late. It is already set in paths.php before I get
> a chance to "take over" so to speak.
>
> The only place inside the app I would be abel to do it is index.php.
> But that would be a headache all on its own hacking in a lot of domain
> parsing there.
>
> Is there a less "hacky" way to point tmp somewhere else?
>
> thanks
> /Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to