Gonzalo Ayuso takes his "CouchDb as a filesystem" approach one step further (see the previous post about it here ) with this new post talking about monkey patching to store files into the CouchDb server using the normal PHP file handling functions.
Since PHP5.3 a new design pattern is available for us: Monkey Patching. With this pattern we can override PHP's core functions with a home-made functions in a different namespace (another example here ...
Post new comment