symfony-cmf / media-bundle

UNMAINTAINED - Minimalistic interfaces to handle media in the context of the CMF
http://cmf.symfony.com/
30 stars 40 forks source link

Hierarchy vs. Hierarchy #162

Open ElectricMaxxx opened 7 years ago

ElectricMaxxx commented 7 years ago

Implementing PHPCR-ODM 2.0 could mean to use its HiearachyInterface, which is pretty nice from the document perspective, but not understandable from the file system perspective. I would wish to make the seperation clear.

dbu commented 7 years ago

also note that the phpcr-odm hierarchy is a storage backend specific concept. if media bundle is to stay independent of storage, it should not bind itself to phpcr-odm.