getConnection( DB_SLAVE ); $ret = $db->selectField( 'blobs', 'blob_text', array( 'blob_id' => $id ) ); return $ret; } /* XXX: may require other methods, for store, delete, * whatever, for initial ext storage */ } ?>