-
Notifications
You must be signed in to change notification settings - Fork 5
Created PHPCR-Shell documentation #12
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
Conversation
---------------------------------- | ||
|
||
If you are using a Symfony2 application and the `DoctrinePHPCRBundle <https://github.com/doctrine/DoctrinePHPCRBundle/>`_ | ||
then you can easily integrate the PHPCR-Shell. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we should say: "DoctrinePHPCRBundle version 1.2 or newer"
well done. do you plan to add some usage examples, or a full usage reference? maybe having just a tutorial and explain how to let the show document itself is actually more efficient than a reference that needs to stay in sync with with the tool... |
I think yeah, just some usage examples, how to query, how to navigate, etc. As for a reference, we could generate that from the commands themselves - which might be a good idea as it would help expose any inaccuracies there. |
either generate, or just explain to the user how to use |
Have updated with a generated reference. Will merge this tomorrow. |
@@ -0,0 +1,4151 @@ | |||
Reference |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please have the generator generate a .. comment
to tell this is generated and where to edit if something should be improved. avoid PR on this file :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Created PHPCR-Shell documentation
Started documenting PHPCR-Shell.
This PR contains: