Ya $_Request is something to be avoided. Its unnecessary and evil.
Re: A PHP fork?
« Reply #15, on June 16th, 2011, 09:27 PM »


![]() | The way it's meant to be |



What happened to PHP6? It was so promising :(
And you're explicitly distrusting the original contents in favour of something more reliable. ;)



I wasn't too sure about jQuery.getJSON(), does it rely on HTTP POST or GET? (I notice postJSON() doesn't exist.)Quote from Arantor on June 16th, 2011, 05:48 PM And you're explicitly distrusting the original contents in favour of something more reliable. ;)
As of jQuery 1.5, the success callback function receives a "jqXHR" object (in jQuery 1.4, it received the XMLHttpRequest object). However, since JSONP and cross-domain GET requests ...


I wouldn't even bother touching it until a proper IDE is created for it =P
Assuming they went on with the fork of course.