From: Matthew G. <gr...@mu...> - 2002-06-18 00:52:01
|
On Mon, Jun 17, 2002 at 11:42:24AM -0700, randall ehren wrote: > hi, > i have a few questions about the filestructure & setup of phpESP... > > 1) is there any reasoning to have the config file be a .ini instead of say a > .php so that there is no concern about it getting parsed as cleartext? This has been mentioned before and it's something I would like to see happen. > > 2) has anyone thought about using a global to define the filesystem > locations? seems like it would require much less editing to use something like > the horde.org's setup: > > define('PHPESP_BASE', dirname(__FILE__)); > $locale_path = PHPESP_BASE . "/locale/"; > $include_path = PHPESP_BASE . "/include/"; > ... Also talked about before. If it can be implemented without limiting installation flexibility, which I think it can be, it should probably also be done. > > 3) any thoughts on importing adodb (http://php.weblogs.com/ADODB) so multiple > databases could be used as the backend storage? Another good one. I would lean towards PEAR(http://pear.php.net) instead of ADODB myself. Anyone have any thoughts pro/con on PEAR, ADODB, etc...? > > thanks, > > - randall s. ehren :// 805.893.5632 > systems administrator :// isber|survey|avss.ucsb.edu > institute for social, behavioral, and economic research > > > _______________________________________________________________ > > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- brought to you by, Matthew Gregg... one of the friendly folks in the IT Lab. --------------------------------------\ The IT Lab (http://www.itlab.musc.edu) \____________________ Probably the world's premier software development center. Serving: Programming, Tools, Ice Cream, Seminars |