| <!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>Doctrine 2 Support in NetBeans IDE for PHP</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" > | |
| <meta name="description" content="This screencast shows how to work with the Doctrine 2 PHP framework in NetBeans IDE. Included: Installation tips for Doctrine 2, enabling DOctrine 2 for a project, PHP code completion with Doctrine 2 classes, running Doctrine 2 commands."> | |
| <link rel="stylesheet" type="text/css" href="../../../netbeans.css"> | |
| </head> | |
| <body> | |
| <h1>Doctrine 2 Support in NetBeans IDE for PHP</h1> | |
| <table><tr><td class="valign-top"> | |
| <p> | |
| This screencast shows how to work with the Doctrine 2 PHP framework in NetBeans IDE. The screencast includes:</p> | |
| <ul> | |
| <li>Installation tips for Doctrine 2</li> | |
| <li>Enabling Doctrine 2 for a project</li> | |
| <li>PHP code completion with Doctrine 2 classes</li> | |
| <li>Running Doctrine 2 CLI commands from the IDE</li> | |
| </ul> | |
| <p> | |
| Author: Jeff Rubinoff<br> | |
| Time: 11:21 <br> | |
| <a target="_blank" href="http://bits.netbeans.org/media/php-doctrine2.flv">Download</a> [23.6 MB] </p> | |
| <div class="feedback-box" style="float:left"> | |
| <a href="/about/contact_form.html?to=3&subject=Feedback:%20Doctrine%202%20Screencast">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/mediaplayer-5.9/jwplayer.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| var targetFile='http://bits.netbeans.org/media/php-doctrine2.flv'; | |
| jwplayer('flashContent').setup({ | |
| 'id': 'flashContentId', | |
| 'width': '400', | |
| 'height': '300', | |
| 'autostart': 'true', | |
| 'file': targetFile, | |
| 'controlbar':{position:'bottom'}, | |
| 'modes': [ | |
| {type: 'html5'}, | |
| {type: 'flash', src: '/images_www/js/mediaplayer-5.9/player.swf'}, | |
| {type: 'download'} | |
| ] | |
| }); | |
| </script> | |
| </td></tr> | |
| </table> | |
| </body> | |
| </html> |