From: Emile S. <es...@wa...> - 2003-07-21 15:10:20
|
On Mon, 2003-07-21 at 01:49, Alex wrote: > I think the phrame-project would be very happy with > your support, but I also think that for the moment, > you'd better wait and see to prevent double work. > > The active developers are talking about how to > integrate. And it'll probably happen soon. I'll stay on the lookout for it. One thing I would like to advocate for during the integration is to include both the programmatic (MappingManager class) and config file (XML based a'la struts from Alex) methods of configuration. The XML parsers that your new config reader relies on are still not pervasive in cheap hosting provider installs of PHP, or on not *too* ancient distributions (RedHat 7.3, eg.). The primary motivation struts had (runtime vs. compiletime config) is a non-issue with php, so not making the XML stuff a hard dependency seems like a good thing. Thanks all for the cool framework, -emile |