once the orm mapper has landed in createphp, we should support it in the bundle as well. we need a persistence-orm.xml file similar to persistence-phpcr.xml and the configuration options in the "persistence" tree.
the orm service will look something like
create_orm_mapper:
class: Midgard...\DoctrineOrmMapper
arguments: ['%cmf_create.map%', '@doctrine']
and CmfCreateExtension will have to be adjusted to wire things together correctly
once the orm mapper has landed in createphp, we should support it in the bundle as well. we need a persistence-orm.xml file similar to persistence-phpcr.xml and the configuration options in the "persistence" tree.
the orm service will look something like
and CmfCreateExtension will have to be adjusted to wire things together correctly