blob: 9518504a175d9731837ae2d4f12e7a982d6e6e1d [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>Поддержка Smarty в IDE NetBeans для 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 в IDE NetBeans для PHP</h1>
<table><tr><td class="valign-top">
<p>
На этой экранной демонстрации описывается работа с модулем Smarty PHP в IDE NetBeans. В экранной демонстрации рассматриваются следующие вопросы.</p>
<ul>
<li>Установка и активация подключаемого модуля</li>
<li>Добавление платформы Smarty в проект, включая путь</li>
<li>Автозавершение кода PHP с помощью классов Smarty</li>
<li>Создание и редактирование файлов шаблона Smarty</li>
<li>Синтаксический анализ блоков JavaScript { } в Smarty3</li>
</ul>
<p>
Автор: Джеф Рубинов (Jeff Rubinoff)<br> Продолжительность: 6:44 <br> <a href="http://bits.netbeans.org/media/smarty-framework.flv" target="_blank">Загрузить</a> [16,2 МБ] </p>
<div class="feedback-box" style="float:left">
<a href="/about/contact_form.html?to=3&amp;subject=Feedback: Smarty Screencast">Отправить отзыв по этому учебному курсу</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>