News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Using a stream wrapper to access CouchDb attachments with PHP
September 06, 2010 @ 08:15:22

In his continuing look at using CouchDb as a file system, Gonzalo Ayuso has posted this third part in the group of articles about using streams to connect your scripts to the database instance.

I'm still working in my filesystem with CouchDb. After creating a library to enable working with PHP and CouchDB (see the post here), and after using Monkey Patching to override standard PHP's filesystem functions. I've created another solution now. Thanks to a comment in my last post (many thanks Benjamin) I've discovered that it's possible to create a stream wrapper in PHP (I thought it was only available with a C extension).

He includes the code for the stream connection wrapper, a pretty simple script that parses the string it's given and opens a read/write stream to the source. There's also a "url_stat" method that will return to you the size of the stream in bytes. Then you just register the wrapper and go about your normal file system calls to use the CouchDb directly.

0 comments voice your opinion now!
couchdb stream wrapper attachment tutorial


blog comments powered by Disqus

Similar Posts

PHPMaster.com: MongoDB Indexing, Part 2

Stefan Mischook's Blog: Killerphp Videos Now Available for Download

DevShed: Creating a Simple Threaded Discussion Forum

NETTUTS.com: Easy Development With CodeIgniter

GotoTech.com: Developer Diary: Taming Doctrine’s 2000 Flushes


Community Events









Don't see your event here?
Let us know!


unittest zendframework2 object phpunit language podcast code api framework release database opinion development tool interview community composer introduction testing example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework