↧
PHP HTTP extension not working?
The version 2.x.x of PHP HTTP extension is totally different from it’s version 1.x. And it’s not backward compatible at all. So, if you have updated the http extension or installed updated version, you...
View ArticleConverting Doctrine MongoDB Document toJSON or toArray
This is a common need to convert Doctrine ODM Documents to simpler format. Generally we need to convert them to Array or serialized as JSON. And there are many ways to do it. So, here is my way, my...
View Article
More Pages to Explore .....