|
From: David W. <dwe...@po...> - 2001-05-28 22:22:55
|
I wanted to chime in and applaud the decision to *not* rely on
register_globals with Binarycloud r2. I never liked how PHP litters
the global namespace with anything that a user may submit.
I also have a feature request for the Request class. I think it would
nice if you could restrict which class of variable you want to
retrieve, for example, you might want to restrict a form to POST
only. In that situation, you could do:
$Request->GetVar('foo', 'POST');
Just an idea, I don't have a good enough understanding of the
Binarycloud system yet to know whether or not that idea would fit in
with the rest.
-dave
p.s. I also think the decision to go with XSLT as the default
template class is a Good Idea ;)
--
David Weingart
dwe...@po...
The foot can split wood, but it can't split a watermelon.
|