From: Tony B. <to...@to...> - 2003-03-14 15:36:59
|
Ok, in that case is would seem you would need a simple configuration factory to create right object for accessing the configuration variables. --Tony On Fri, 14 Mar 2003, Jason Sweat wrote: > I have not yet looked at the code, but I belive it is just the way to take an > XML configuration file (for mappings, etc.) and transforming it into an array > usable by the Phramework. > > I would like to keep this particular code (loading configurations) abstract > enough in Phrame that you could choose to get your configuration and mappings > from any source you choose: PHP script arrays, retrieved from a database or the > XML configuration file. Phrame might "officially" support the XML version, but > it would be nice to allow a developer to easily switch out to their > configuration strategy of choice. > > My $0.02 :) > > Jason > > > --- Tony Bibbs <to...@to...> wrote: > > OK, call me the dummy, what does this digester stuff do. Admittedly I'm > > knew to struts and relatively so to MVC. > > > > --Tony > > > > On 14 Mar 2003, Dan Loda wrote: > > > > > In an earlier post I read in the archives, Arnold mentioned possibly > > > utilizing the digester from php.MVC. I think using digester would be a > > > good thing, though the code from that project is rather poor, so I > > > ported it myself (based on the digester distributed with struts-1.0.2). > > > > > > Hopefully, when I free up some more time, I'll bring it up to speed with > > > the latest release (commons-digester-1.4.1, I believe). > > > > > > I haven't fully tested it yet, but so far so good. > > > > > > http://webweaver.org/dan/php/digester/W2C_XML_Digester-1.0b.tgz > > > > > > > > > > -- > > Tony Bibbs "I guess you have to remember that those who don't > > to...@to... hunt or fish often see those of us who do as > > harmlessly strange and sort of amusing. When you > > think about it, that might be a fair assessment." > > --Unknown > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by:Crypto Challenge is now open! > > Get cracking and register here for some mind boggling fun and > > the chance of winning an Apple iPod: > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > > _______________________________________________ > > Phrame-devel mailing list > > Phr...@li... > > https://lists.sourceforge.net/lists/listinfo/phrame-devel > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Web Hosting - establish your business online > http://webhosting.yahoo.com > -- Tony Bibbs "I guess you have to remember that those who don't to...@to... hunt or fish often see those of us who do as harmlessly strange and sort of amusing. When you think about it, that might be a fair assessment." --Unknown |