Re: [Phplib-users] What is the 'standard phplib install'?
Brought to you by:
nhruby,
richardarcher
From: nathan r. h. <na...@ds...> - 2001-09-13 16:19:21
|
On Wed, 12 Sep 2001, Chris Johnson wrote: > Jesse's remarks on the nose for me. I think Richard was right that the > standard local.inc is a bit much. We probably ought to ship several example > local.inc files or something. Ideally, we would get to where Jesse > suggests: application specific prepend and local.inc files. That way, a > phpLIB installation could be shared by multiple applications -- without > stepping on each other's toes, so to speak. > phpSlash does this already, all of our phplib stuff is contained within our config.php3 file. It rocks, we ignore local.inc and all we require is that the right DB_Sql is included in the prepend.php3 file. (and since we only support mysql right now, configuration is dead easy, untar and go.) -n -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- nathan hruby / digital statement na...@ds... http://www.dstatement.com/ Public GPG key can be found at: http://www.dstatement.com/nathan-gpg-key.txt ED54 9A5E 132D BD01 9103 EEF3 E1B9 4738 EC90 801B -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |