Im building an own php framework. I saw in other frameworks there are even object for doing this, but I cant see the reason why not just use POST and GET arrays directly. Moreover, how to decide when POST or GET? What if there are variables in both area?
Share
You need to implement your own request/response objects to: