PHP stander coding

Discussion in 'PHP' started by vOlLvEriNe, Feb 10, 2014.

  1. #1
    I white a code
    function Test($t)
    {
    echo $t;
    }
    Test("DP");
    PHP:
    How can I make this auto ?
    function Test($t)
    {
              echo $t;
    }
    Test("DP");
    PHP:
    ?
     
    vOlLvEriNe, Feb 10, 2014 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    Auto what?
     
    nico_swd, Feb 10, 2014 IP
  3. mokah

    mokah Active Member

    Messages:
    88
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    65
    #3
    Do you mean automatically indenting code?
     
    mokah, Feb 10, 2014 IP
  4. vOlLvEriNe

    vOlLvEriNe Member

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    I Mean that arrange coding in standers view from any soft a something else
     
    vOlLvEriNe, Feb 10, 2014 IP
  5. mokah

    mokah Active Member

    Messages:
    88
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    65
    #5
    Right well a lot of IDEs and text editors for programmers do this I think including emacs, vim and sublime text 2
     
    mokah, Feb 10, 2014 IP