Feature #33838
Add a way to configure Doctrine Mapping Type
| Status: | Accepted | Start date: | 2012-02-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 0% |
|
| Category: | Persistence | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | |||
| Votes: | 0 |
Description
As I need some JSON object storage in FLOW3, i need to use a custome Doctrine Mapping Type to handle to conversion between object and database.
As the documentation of Doctrine2 say here:
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#doctrine-mapping-types
Doctrine looks really flexible on this point, and if you found a solution to enable this in FLOW3 this could amazing.
The main problem is that $bootstrap->getEarlyInstance('Doctrine\ORM\EntityManager') or getObjectManager()->get('Doctrine\ORM\EntityManager') always return NULL in the boot method of the file package.php
History
Updated by Karsten Dambekalns over 1 year ago
- Category set to Persistence
- Status changed from New to Accepted
Updated by Dominique Feyer over 1 year ago
Same problem in 1.0.2
Updated by Karsten Dambekalns about 1 year ago
- Tracker changed from Bug to Feature