Results 1 to 38 of 38

Thread: PHP Editor?

  1. #1
    joan_fl
    Guest

    PHP Editor?

    Im new to PHP (Very experienced ASP developer though).... Anyone recommend a good PHP editor?

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Notepad?

    Althought personally I use HomeSite for it's built in File Explorer.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I've also used EditPlus before and it's pretty good with PHP.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  4. #4
    joan_fl
    Guest
    Uggghh notepad. LOL

  5. #5
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by joan_fl
    Uggghh notepad. LOL
    My evil laugh has a squeak in it.

    kristopherwilson.com

  6. #6
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    http://www.textpad.com

    extremely good. has good tyntax highlighting for almost every language around (its customiseable)

  7. #7
    joan_fl
    Guest
    A bit foregone isnt it.

  8. #8
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by joan_fl


    A bit foregone isnt it.
    Yes, I guess you're right. How can we use a text editor that doesn't write all the code for us and play Mp3's at the same time? You are right.

    It's pretty funny we still use the same rakes they used 100 years ago but we can't seem to use the same text editor they used 15 years ago.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  9. #9
    joan_fl
    Guest
    http://www.textpad.com
    Thanks.. Im checking it out.

  10. #10
    Hyperactive Member Kagey's Avatar
    Join Date
    Sep 2000
    Location
    The Wilderness of New Brunswick
    Posts
    294
    no one has invented a better rake than what we had a 100 years ago.

    editplus and textpad don't write code for you. they simply have integrated file explores and syntax highlighting. The key here is efficiency.

    joan: i personaly use editplus for most of my programming. you can set up user tools so you can compile and run your code (like java and c) right from the editor. it also has customizable syntax hilighting (you can download, add, and modify sytax files). It's very user friendly.
    Last edited by Kagey; Jun 26th, 2002 at 08:57 PM.

  11. #11
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by Kagey
    no one has invented a better rake than what we had a 100 years ago.
    Leaf Blower/Sucker? Ever heard of it?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  12. #12
    Hyperactive Member Kagey's Avatar
    Join Date
    Sep 2000
    Location
    The Wilderness of New Brunswick
    Posts
    294
    yeah, but its not a rake.

    continueing the comparison of a text editor to a rake: if people have moved on to cleaning their yards with a leaf blower, then people who program have move from a bare-bones text editor to a code editor.

  13. #13
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by Kagey
    yeah, but its not a rake.

    continueing the comparison of a text editor to a rake: if people have moved on to cleaning their yards with a leaf blower, then people who program have move from a bare-bones text editor to a code editor.
    You're not getting my point. There's obviously a huge market for the rake still, even though something better has come along.

    And if a leaf blower isn't a rake, then a "code editor" isn't a text editor. I think my analogy still stands, but you're going to continue to argue anyways. So have fun. Knock yourself out.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  14. #14
    scoutt
    Guest
    I like ConText but the site seems to be down. you can find it at www.zdnet.com/downloads

  15. #15
    Lively Member
    Join Date
    Mar 2002
    Location
    England
    Posts
    79
    EditPlus

  16. #16
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by mjlogan
    EditPlus
    That's the 3rd vote for EditPlus
    My evil laugh has a squeak in it.

    kristopherwilson.com

  17. #17
    Dreamweaver MX has intrinsic support for PHP (those object list popups for example). I just use Dreamweaver 4 in code view. Arachnophilia is non-WYSIWYG (http://www.arachnophilia.com/) and good too. Notepad is not a good solution despite what people say: because it doesn't auto-intent and the tabs are huge (I think 8 spaces) it makes your code look quite ugly.

  18. #18
    joan_fl
    Guest
    LOL looks like I need to download EditPlus...

  19. #19
    Junior Member
    Join Date
    Jul 2002
    Location
    San Diego, CA, U.S.A
    Posts
    30
    hey, whats wrong with notepad.... its simple, and easy to use, not one thing wrong with it....

  20. #20
    Originally posted by Iamryan2002
    hey, whats wrong with notepad.... its simple, and easy to use, not one thing wrong with it....
    I just said, no auto-intenting and the tab stops are huge...

  21. #21
    Junior Member
    Join Date
    Jul 2002
    Location
    San Diego, CA, U.S.A
    Posts
    30
    ahh, yes.... that is why my code is sooo messy.... actually, I use space for my indents, that way I keep track of my code..

  22. #22
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by filburt1

    no auto-intenting
    Do you have robots come and transport your waste material from your arse to the toilet too, so you don't have to get up from your chair?

    As if it's hard to hit the tab key a few times. No, I don't use Notepad, but I don't see what's so horrible about it. And don't repeat yourself, Furby, I heard you the first and second time.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  23. #23
    Junior Member
    Join Date
    Jul 2002
    Location
    San Diego, CA, U.S.A
    Posts
    30
    I use notepad because it is:

    1. easy
    2. simple
    3. small
    4. easy....


  24. #24
    scoutt
    Guest
    but once you code in color you can't go back.

  25. #25
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by scoutt
    but once you code in color you can't go back.
    You've got a point there I use HomeSite and EditPlus (as I've already stated). I like EditPlus for just PHP stuff, and HomeSite for HTML and PHP stuff.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  26. #26
    Junior Member
    Join Date
    Jul 2002
    Posts
    16
    I too like editplus .
    But I have given these programs a try and have found themuseful too, particularly for php :
    Phpeditor
    Phpide

  27. #27
    Jethro
    Guest
    Originally posted by The Hobo


    Yes, I guess you're right. How can we use a text editor that doesn't write all the code for us and play Mp3's at the same time? You are right.

    It's pretty funny we still use the same rakes they used 100 years ago but we can't seem to use the same text editor they used 15 years ago.

    Sorry Hobo, what was the name of that editor again? Still using Notepad myself, but then again l'm a newbie at PHP, and don't know different

  28. #28
    Fanatic Member Gimlin's Avatar
    Join Date
    Dec 2001
    Location
    Hell
    Posts
    734
    Notpad is good enough for me, unless their is editors that fix things like when I am missing a { [ ] } ; , " $ u get my point

  29. #29
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    I'm in front of the computer.
    Posts
    270
    ROFLMAO!!!

    Look at this banner I found on the PHP Editor Site!

    Alphanos

  30. #30
    Fanatic Member cpradio's Avatar
    Join Date
    Apr 2002
    Posts
    616
    Originally posted by scoutt
    but once you code in color you can't go back.
    Personally I cannot stand the color coding.
    1) I use a few techniques that can "throw" it off
    2) I find it rather annoying as its distracting
    3) Though I enjoy the use of Auto Indent I do not need it. I use 2 spaces for my indenting most of the time, as then my code looks compact (and does not take up 4-8 spaces when using a tab, effeciency )
    4) I have to partially agree with Hobo about Notepad is still very useful. The only programs I use are Arachnophillia and Notepad. I use Arachnophillia only to do long find/replace routines as it seems to go quicker than notepad.
    5) I will never use DW MX for PHP scripting, because it will never be up to standards (talk about bad habit forming).

    Well, that sums up my 2 cents
    -Matt
    http://cpradio.net/
    Administrator @ WDForums and a Moderator @ WebXpertz City Forums

  31. #31
    scoutt
    Guest
    Originally posted by cpradio


    Personally I cannot stand the color coding.
    1) I use a few techniques that can "throw" it off
    2) I find it rather annoying as its distracting
    3) Though I enjoy the use of Auto Indent I do not need it. I use 2 spaces for my indenting most of the time, as then my code looks compact (and does not take up 4-8 spaces when using a tab, effeciency )
    4) I have to partially agree with Hobo about Notepad is still very useful. The only programs I use are Arachnophillia and Notepad. I use Arachnophillia only to do long find/replace routines as it seems to go quicker than notepad.
    5) I will never use DW MX for PHP scripting, because it will never be up to standards (talk about bad habit forming).

    Well, that sums up my 2 cents
    -Matt
    1) only thing that throws it off is to many of these '
    2) personal preference I guess, to me it looks cleaner
    3) not very standard like are you
    4) I used notpad for a long time, now I jsut like the color
    5) I agree with you on that one.

    now that we have both given our 2 cents we can start to save and buy a big gulp

  32. #32
    Fanatic Member cpradio's Avatar
    Join Date
    Apr 2002
    Posts
    616
    3) not very standard like are you
    Hey! I'll have you know I program to standards now (for the time being ), but I will not adhere to the Pear "well-formedness" standards as they are just lame and pointless.

    "If shortcuts were not meant to be taken, why were they made?"
    http://cpradio.net/
    Administrator @ WDForums and a Moderator @ WebXpertz City Forums

  33. #33
    scoutt
    Guest
    what other standards are there?

  34. #34
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by scoutt
    what other standards are there?
    Our own? Why abide by something that works for someone else? Find something that works for you, and go with it.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  35. #35
    Fanatic Member cpradio's Avatar
    Join Date
    Apr 2002
    Posts
    616
    no, I pretty much meant, PHP 4.2, PEAR, and our own.
    http://cpradio.net/
    Administrator @ WDForums and a Moderator @ WebXpertz City Forums

  36. #36
    New Member
    Join Date
    Jul 2001
    Posts
    14
    PHPEdit is a good one. You can download it from http://www.phpedit.org. I am using the developement version and it works all fine.

    Or

    If you wanna pay for one you can try http://www.phped.com

  37. #37
    Fanatic Member nabeels786's Avatar
    Join Date
    Jul 2001
    Location
    New York
    Posts
    919
    i also use editplus...so thats a 4th vote

    i used to use context, but it got annoying ot have to tab over to keep everything in line
    Visit www.fragblast.com
    Gaming, forums, and a online RPG/Battle system




    (__Flagg) DOT NET? is this a Hindi Dating service?

  38. #38
    New Member
    Join Date
    Jul 2002
    Posts
    2
    Originally posted by The Hobo


    Leaf Blower/Sucker? Ever heard of it?
    Personally, I prefer a gallon of gasoline and a match. Takes care of that annoying rake, too!

    As for PHP editors: Textpad is good, but I've also been known to make heavy use of vim.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width