Search the Community
Showing results for tags 'Netbeans'.
-
В общем в начале класса есть описание магического метода /** * @method Xform text(string $name, string $value = null, mixed $attribules = array()) Создает текстовое поле * */Как добавить описание для параметров функции. На сайте ничего не нашел http://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.method.pkg.html В редакторе Netbeans 8.0 это выглядит так text Создает текстовое поле Параметры: string $name Не удалось найти PHPDoc string $value = null mixed $attribules = array()
-
В принципе есть два вопроса по этой IDE, они не критичны, скорее это удобства ради. Кто, знает просьба отозваться. Пишу на Kohana, хочу настроить форматирование синтаксиса в соответствии с их стандартами. Все получилось, только строка <?php defined('SYSPATH') OR die('No direct script access.'); Разрывается на две строки <?php defined('SYSPATH') OR die('No direct script access.'); Никто не знает как это исправить? И второе, как настроить шаблоны, так, чтобы можно было получить не только имя файла ни и путь С оф. сайта Can you give me a list of all the predefined variables for templates, like ${user} and ${date}? ${date} inserts the current date, in this format: Feb 16, 2008 ${encoding} inserts the default encoding, such as: UTF-8 ${name} inserts the name of the file. ${nameAndExt} inserts the name of the file, together with its extension. ${package} inserts the name of the package where the file is created. ${time} inserts the current time, in this format: 7:37:58 PM ${user} inserts the user name. ${project.license} based on the value (e.g., 'CDDL'), the license header is found and is inserted into the template. ${project.name} inserts the project name ${project.displayName} inserts the project displayname Такой переменной нет, но там можно расширить с помощью Java. Если кто знает, подскажите, пожалуйста.