-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ODM #110
Comments
It should be possible, as I did write the bundle with the expectation to use other data sources. Doctrine Ticket Entity Example Then to register your class: If you have any problems, then let mw know, and I'll have a better look. Let me know if it works, as I haven't had anyone use a different data source (that I know of). |
I can't success, I think the problem is from the entity manager. The bundle works only with an ORM. The service "hackzilla_ticket.ticket_manager" has a dependency on a non-existent service "doctrine.orm.entity_manager", one of my errors that I got. Then do you think it's always possible to not use doctrine/orm, but an odb Thanks |
Can I ask what version of Symfony and PHP you are using? |
Sure, I use Symfony 3.1 with PHP 5.6
Thank you for your investigation, I really need this feature, if I can help you, tell me !
Le 11 juin 2017 à 13:51, Daniel Platt <[email protected]<mailto:[email protected]>> a écrit :
Can I ask what version of Symfony and PHP you are using?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#110 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AGpB85wTDnLU3e0bRno_Qq5mSbBI7AN_ks5sC9S8gaJpZM4N1mMi>.
|
Any news ? |
I apologise for the lack of feedback. I am still working on #109, as I noticed there were a couple of dependancies that needed removing. I am still working on it. |
I just successed to make it work with mongodb. But... I did it fastly then it doesn't work anymore with orm, but it's not hard to make it work with both ! If I have time i will do it and i'll submit a pull request ;) |
If you link me to the mongodb version, then I'm sure I can combine them. |
I've just pushed an alpha version #109. The plan is to create a ODM version of this. |
I think I've got it mostly working. You'll have to use the develop branch for the moment, as its still not quite finished.
If you need an example of how got it setup then checkout https://github.com/hackzilla/TicketBundleDemoApp/tree/feature/mongodb At the moment, I can't get past this error in Mongo.
|
How can I use this bundle with MongoDB ?
The text was updated successfully, but these errors were encountered: