Jump to content

Search the Community

Showing results for tags 'Netbeans'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Development
    • HTML Coding
    • JavaScript
    • PHP
    • CMS
    • Database
    • Web Server
    • Web-site Development
    • Internet Marketing, SEO
  • Library
    • Tricks and solutions
    • Books
  • Commercial services
    • Freelance
    • Job
    • Goods and Services
  • Our Forum
    • Flame
    • Contests
    • Feedback and Ideas

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Web site


Telegram


Signal


Viber


Skype


From


Interests

Found 2 results

  1. В общем в начале класса есть описание магического метода /** * @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()
  2. В принципе есть два вопроса по этой 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. Если кто знает, подскажите, пожалуйста.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy