webDEVILopers
webDEVILopers
Thanks for the update on your approach. Though @stof stated that using the same field is not a clean design I prefer this solution from a DDD DomainModel POV -...
There is an interesting article by @mathiasverraes: - http://verraes.net/2013/12/related-entities-vs-child-entities/ In "Persistence" he needs an "annoying" extra-column too: > Before, the Task didn’t know about the Project it belonged to. Now...
I would love to hear @Ocramius opinion on our approaches e.g. without an extra field and from a DDD POV. Since I've seen him on the `Php Friends Of DDD`...
Did @VaughnVernon himself just comment on our issue? :) Actually I feel a little bit relieved. Indeed there are more interesting "problems"! "Marry" is a good term here since a...
Do I have to merge anything or do you have the rights yourself when you are done? Unfortunately I'm very busy this May. I "may" take some time to react....
Sounds great @yvoyer ! I like the use cases because they will also show the responsibilities of Aggregate Roots on shared Objects. If we don't want to make it a...
Are you sure about the Infrastructure? In DDD in PHP chapter **11.1** it says: > As Vaughn Vernon says, “Application Services are the direct clients of the domain model”. You...
I'm sure my problem is based on my injection. I use a custom form class that was extending the `ContactType`. Though I injected the argument for `captchaDisabled` it was not...
Sorry for the late response @mremi . Havn't been working on the project for a long time. With current `dev-master` I use this service to override the bundle: ``` xml...
Thanks for the hint @mremi . I tried your config and passed an empty 3rd argument via service since I need my custom form: ``` php Sps\Bundle\ContactUsBundle\Entity\ContactRequest genemu_captcha ``` Unfortunately...