Good morning, I have tested successfully an app (http://webacula.sourceforge.net) with the Zend framework. Is just nice :).
But now I needed to have separate copies of the web app for each user (because the app will be differently configured for each user and each domain). Now for this purpose : I have in the .htaccess of each app of each customer a php_value include_path for avoiding one user's app to use the others framework directory because I have seen doing that the app does not work properly (perhaps because of the cache or so.... using a common Zend framework directory included)... Does exist any possible way of having the Zend framework just copied once to the disk and later each Web app of each customer to have they're own non shareable directories like cache?. It's for avoiding coping several times the framework into each web app for each user. Thank you very much, Best regards, -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Using-one-Zend-framework-for-many-webs-tp4662047.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
