We are doing
Note: The following assumes that the user is using the Php5,window system!
Install Phpdocumentor the first method:
After downloading, if you want to use the command line interface, unzip to any path (assuming C:Program Files), modify C:Program Filesphpdocumentor-1.4.2phpdoc.bat. Change the first line to the path of the Php.exe to the right of the equals sign, and my machine is set Phpcli=d:php5php.exe. Phpcli=c:usrlocalphpcliphp.exe.
In the command line input C:Program Filesphpdocumentor-1.4.2phpdoc, is actually a batch file, will appear a DOS interface, give you select INI file. I don't know what's on the back.
If you want to use the Web interface, you must first install Apache and PHP, copy the PhpDocumentor-1.4.2 folder to the document root directory, and then enter in the browser URL bar:
http://localhost/PhpDocumentor-1.4.2/phpdoc.php
Then the browser will automatically jump, select Index.html, the subsequent operation is very simple.
Install Phpdocumentor the second method:
Through pear installation, enter the DOS PHP directory, enter Pear install-a phpdocumentor. If you want to use a Web interface, you must first change a configuration,
Pear Config-set data_dir/path/to/document_root/pear. The final path should be the/php document root path/pear (this value can also be changed in the Web interface). I did not experiment successfully in the Web interface of the second method.
If you use the Web interface, there are options, one is to choose the input file each time, output files and so on. The other is to use a configuration file, which defines everything, enter the page, select the configuration file, and then click the "Create" button,
http://www.bkjia.com/PHPjc/446146.html www.bkjia.com true http://www.bkjia.com/PHPjc/446146.html techarticle We are taking note: The following assumes that the user is using the Php5,window system! Install Phpdocumentor The first method: After downloading, if you want to use the command line interface, extract to any path (... ).