D
D
des1roer2015-03-04 15:52:09
PHP
des1roer, 2015-03-04 15:52:09

Change Netbeans notation?

how to force Netbeans 8.0.2 (Russian) to format code with this template

<?php

 'log'=>array
    (
      'class'=>'CLogRouter',
      'routes'=>array
      (
        array
        (
          'class'=>'CFileLogRoute',
          'levels'=>'error, warning',
        ),
        // uncomment the following to show log messages on web pages
        /*
        array
        (
          'class'=>'CWebLogRoute',
        ),
        */
      ),
    ),
?>

that is, at what level the brackets (curly or regular) are opened, at this level they are closed, and inside them there is a tab

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
des1roer, 2015-03-04
@des1roer

php.ru/forum/viewtopic.php?f=5&t=52194&p=417734#p417734

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question