durusmail: quixote-users: Patch: change "form var" to "parameter"
Patch: change "form var" to "parameter"
2004-04-18
2004-04-21
Patch: change "form var" to "parameter"
Greg Ward
2004-04-18
The attached patch fixes an ugly bit of terminology in the HTTPRequest
class -- specifically, it renames

  get_form_var() to get_parameter()
  add_form_value() to add_parameter()
  form to parameters

It also preserves backwards compatibility with the old names, so
existing code will work just fine.  But IMHO the preferred terminology
should be "parameter" -- I'm pretty sure that's consistent with the
HTTP/HTML/URL specs, and I know it's consistent with the Java HTTP
request class.

        Greg
--
Greg Ward                          http://www.gerg.ca/
Quick!!  Act as if nothing has happened!
reply