| <!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>Editing PHP 5.4 with NetBeans IDE for PHP</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" > | |
| <meta name="description" content="This screencast shows NetBeans IDE code completion for PHP 5.4 innovations | |
| such as short array syntax and traits. "> | |
| <link rel="stylesheet" type="text/css" href="../../../netbeans.css"> | |
| </head> | |
| <body> | |
| <h1>Editing PHP 5.4 with NetBeans IDE for PHP</h1> | |
| <table><tr><td class="valign-top"> | |
| <p> | |
| This screencast shows NetBeans IDE code completion for PHP 5.4 innovations | |
| such as short array syntax and traits. The screencast also shows how to create a PHP | |
| project that uses the PHP 5.4 built-in server.</p> | |
| <p> | |
| Author: Jeff Rubinoff<br> | |
| Time: 11:52 <br> | |
| <a target="_blank" href="http://bits.netbeans.org/media/php54.flv">Download</a> [24.4 MB] </p> | |
| <div class="feedback-box" style="float:left"> | |
| <a href="/about/contact_form.html?to=3&subject=Feedback:%20PHP%205.4%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/php54.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> |