I'm trying to use phpDocumentor (for the first time, I have no idea what I'm doing).
Actually, I want to use it only with SublimeText 2 and this plugin. Can you guide me step by step what should I do to make it working?
Here's what I've done now: (I'm using Windows 7)
Downloaded phpDocumentor from here and placed it somewhere.
I've created system PATH's for phpdoc/bin
(so phpdoc.bat can be executed by sublime plugin) and then also added system path to php
(from WAMPserver installation)
When I try to use my plugin (or execute phpdoc
inside console window) I get this error:
Could not open input file: \phpdoc.php
I just encountered this on Windows 7 having installed phpDocumentor2 via PEAR. I found that running:
in an elevated command prompt did the trick - I suspect there's still some PATH issue on my machine that makes that the case, but having done all the default install steps for both PEAR and phpDocumentor it has proven the quickest workaround I've found.