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

Added move command #54

Closed dantleech closed 11 years ago

dbu commented 11 years ago

looks good to me. only have input on the doc improvement - apart from the one above, we might also remind people somewhere that this can also be used to rename a node, as you move including the node name.

sjopet commented 11 years ago

may I ask why you guys use the session to move a node and not the odm? Having events fire would be a plus imo

dbu commented 11 years ago

this is in the phpcr-utils, not phpcr-odm. indeed we could have a doctrine:phpcr:document:move command

dantleech commented 11 years ago

Updated.