[symfony-users] Re: build_model task in prod-env

2007-05-10 Thread Frank Stelzer
Thanks for your reply! I implemented everything so far and it seems to work. I also clear only the autoloading config file and not the whole cache. Thanks for this hint. Dynamically generating of some model classes will not occure so often at the producation server, so there should not be so

[symfony-users] Re: build_model task in prod-env

2007-05-10 Thread Luciano A. Andrade
I think that the only bad thing could be clear the cache, you could clear the config_autoload.yml.php only (i think that's the only one you need), you may need to keep an eye on the load of the server. On 5/10/07, Frank Stelzer <[EMAIL PROTECTED]> wrote: > > Hi everybody, > i have to add dynamica