phpcr / phpcr-utils

A set of helper classes and command line commands you want to use with phpcr, but that are not part of the API itself
phpcr.github.io
Other
72 stars 30 forks source link

Instantiate helper in-class - bug fix #77

Closed dantleech closed 11 years ago

dantleech commented 11 years ago

Currently this is broken because the DoctrinePhpcrBundle does not create the helpers and there is all that wierd stuff going on in DoctrineCommandHelper.

The logic here is now the same as for PhpcrConsoleHelper

dbu commented 11 years ago

i think we really need to review the helper and setup things, imo instantiating the dependencies inside the command is going into the wrong direction. but until its properly fixed, this is a working quickfix.