From: Manuel V. <man...@st...> - 2004-11-25 16:03:30
|
Hi all, In order to be able to run multiple instances of PhpWiki based on the same sources and the same DB, I want to modify WikiDB and corresponding backends (at beginning PearDB) to add an unique id for each PhpWiki instances. My idea is: - to add a field in the Db. - modify all access to Db in backend/PearDb to include the good id. Do you think that's it would be suffisant or not? Regards, Manuel |