> One other note: The $_POST/$_GET etc. are not actually arrays anymore, > so if you want an array for things like array_map or other array > functions you can use the ArrayObject method $_POST->getArrayCopy()
True, though I'd strongly advise against this when writing new code, as it essentially bypasses the protections put in place by the SuperGlobal stuff. See http://trac.habariproject.org/habari/changeset/2873/trunk/htdocs/system/classes/installhandler.php for (IMO) a good example of how to properly handle this. S --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
