blob: 1b420a866d4d81a6694c3e04251c0e38779dbb3a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
-->
<html>
<head>
<title>Generating PHP Documentation With NetBeans IDE 7.0</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta name="description" content="This screencast shows how to use PHPDocumentor with NetBeans IDE. Installation and configuration of PHPDocumentor are covered. Support for PHPDocumentor was added in NetBeans IDE 7.0.">
<link rel="stylesheet" type="text/css" href="../../../netbeans.css">
</head>
<body>
<h1>Generating PHP Documentation With NetBeans IDE</h1>
<table><tr><td class="valign-top">
<p>
This screencast shows how to generate PHP documentation using PHPDocumentor with NetBeans IDE. Built-in support for PHPDocumentor was added in NetBeans IDE 7.0. The screencast includes details of installing PHPDocumentor with PEAR and configuring PHPDocumentor, NetBeans IDE and your php.ini file. This video is especially useful for developers using NetBeans on a Microsoft Windows operating system.</p>
<p class="alert"><b>Warning:</b> PHPDocumentor does not fully support PHP 5.3. Namespaces and some other 5.3 features are not documented by PHP Documentor.</p>
<p>
Author: Jeff Rubinoff<br>
Time: 7:11 <br />
<a target="_blank" href="http://bits.netbeans.org/media/phpdoc.flv">Download</a> [16.0 MB]
</p>
<div class="feedback-box" style="float:left">
<a href="/about/contact_form.html?to=3&amp;subject=Feedback: PHPDoc Screencast">Send Feedback on This Tutorial</a>
</div>
<br style="clear:both;">
</td><td class="valign-top" >
<div id="flashContent"></div>
<script src="/images_www/js/data_tables/js/jquery.dataTables.min.js" type="text/javascript"></script>
<script src="/images_www/js/mediaplayer-5.2/swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
var targetFile='http://bits.netbeans.org/media/phpdoc.flv';
var pl = new SWFObject('/images_www/js/mediaplayer-5.2/player.swf','player','400','300','9');
pl.addParam('allowfullscreen','true');
pl.addParam('allowscriptaccess','always');
pl.addParam('flashvars','file='+targetFile+'&autostart=true');
pl.write('flashContent');
</script>
</td></tr>
</table>
</body>
</html>