Hello Working on PHPortal (PHP replication of Zope) I noticed something Zope has/uses that PHP doesn't and I was wondering if there had been any consideration on this point.
Namely, form element name variants. We all know in PHP form element names are interpolated by the values as HTTP POST VARS in a POSTed form. In Zope they use name spaces such as name="varname:int". The string following the colon reflects the type being posted such as string, int, datetime, base64, boolean etc... which is used in the processing and proper handling of the form's variables. Is this on the table for PHP development or not even a worthwhile after thought? -- ____________________________ Michael Glazer Information Architect www.4arrow.com [EMAIL PROTECTED] This electronic message and all contents and attachments contain information from 4Arrow.com (c) Copyright 2002, which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, then any disclosure, copy, distribution or use of this message, or its contents or any of its attachments, is prohibited. If you have received this electronic message in error, please notify us immediately and destroy the original message and all copies. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php