Re: [Phplib-users] What is the 'standard phplib install'?
Brought to you by:
nhruby,
richardarcher
From: nathan r. h. <na...@ds...> - 2001-09-10 15:05:06
|
On Mon, 10 Sep 2001, Richard Archer wrote: > > While these packages may offer a simple "just add one line" alternative > to PHPLIB, they certainly don't have the power or extensibility of this > library. > Agreed. Dumbing down phplib isn't what's called for. Power and flexibility mean a bit more complexity in the system (I think we all know that) it's a small price to pay and modifity a few config files and maybe learning a little php syntax is really not that hard, espically if you'll be trying to make money off your phplib based site -- I assume youd want to know how it works!. OTOH, making phplib easier to integrate with multiple apps is something we should strive for; however a lage part of that relies on the application authors to address those issues. It's not something that phlib can easily or elegently deal with. A spec is needed and app writers should be given several methods for publicizing their phplib specfic info or simply not sharing with anyone. The current local.inc is a bit loaded, but as all app writers know, we don't care about local.inc becasue we can use our own custom subclasses :) I think that, if anything, local.inc should be killed in favor of site and app specfic config files defining what's needed. -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 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |