There is way to send HTTP post request from my Controller?
I want to post data and results would return into JSON.
I didn’t find extension and information for yii about that.
There is way to send HTTP post request from my Controller? I want to
Share
I found solution for this:
http://www.yiiframework.com/extension/ehttpclient/
This is yii extension from Zend Framework