| <!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>Smarty 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 Smarty PHP framework in NetBeans IDE. Included: installing and activating the plugin, adding Smarty framework to the project include path, PHP code completion with Smarty classes, creating and editing Smarty template files, Smarty3 parsing of JavaScript { } blocks."> | |
| <link rel="stylesheet" type="text/css" href="../../../netbeans.css"> | |
| </head> | |
| <body> | |
| <h1>Smarty Support in NetBeans IDE for PHP</h1> | |
| <table><tr><td class="valign-top"> | |
| <p> | |
| This screencast shows how to work with the Smarty PHP framework in NetBeans IDE. The screencast includes:</p> | |
| <ul> | |
| <li>installing and activating the plugin</li> | |
| <li>Adding Smarty framework to the project include path</li> | |
| <li>PHP code completion with Smarty classes</li> | |
| <li>Creating and editing Smarty template files</li> | |
| <li>Smarty3 parsing of JavaScript { } blocks</li> | |
| </ul> | |
| <p> | |
| Author: Jeff Rubinoff<br> | |
| Time: 6:44 <br> | |
| <a target="_blank" href="http://bits.netbeans.org/media/smarty-framework.flv">Download</a> [16.2 MB] </p> | |
| <div class="feedback-box" style="float:left"> | |
| <a href="/about/contact_form.html?to=3&subject=Feedback: Smarty 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/smarty-framework.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> |