Results 1 to 23 of 23

Thread: PHP Editor

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2003
    Location
    The United Kingdom
    Posts
    45

    PHP Editor

    Are there any puspose built PHP editors or am I forced to use notepad or similar?

    If there are no editors availiable then I would be interested in developing one, would there be any interest?
    Please don't discourage me, I never hurt anyone.

    "You're watching FOX News channel, real journalism, fair and balanced." - Ha

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    There are many editors built for PHP. Do a google search on "+PHP +IDE" or "+PHP +Editor"

    I use EditPlus. It isn't for PHP, but for multiple languages.
    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
    Here are two I've heard of (may or may not be free):

    Zend: http://www.zend.com/store/products/zend-studio.php
    PHPEdit: http://www.zend.com/store/products/zend-studio.php
    My evil laugh has a squeak in it.

    kristopherwilson.com

  4. #4
    Zend is really slow, clunky and crashes a lot, well, in my experience

    The best PHP IDE I've ever seen is Nusphere's PHPed. It's made specifically for PHP, but also supports various other languages/markup. It isn't free, but its a good editor.

    I myself use Kate, because I'm on Linux and can't afford PHPed

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    EditPlus is my favourite editor. Despite being written with MFC, it starts up extremly fast (usually faster than IE or Mozilla with Quick-Start), and has a good amount of very good features.
    Not free though. And development on it seems to have stopped more or less, which is a pity, because I would love to see better XML editing capabilites for it.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  6. #6
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    Originally posted by Chroder
    Zend is really slow, clunky and crashes a lot, well, in my experience
    I have never had a problem with Zend studio. runs fast and never crashed yet. now watch it crash today

    hobo you have the same url for both

  7. #7
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by phpman
    hobo you have the same url for both
    Shh...


    Too lazy to fix it.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  8. #8
    New Member
    Join Date
    Oct 2003
    Location
    Cyprus
    Posts
    3

    Editor with language help

    For Windows platform a superb utility see:
    http://www.winsyntax.com/

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    There's also HTML-Kit, and I think it's free.

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

  11. #11
    New Member
    Join Date
    Jul 2003
    Posts
    9
    hey guys i have an old version of the php editor which Soysal used to provide its just 965kb but i do not have web space if any of u wud like to use it then give me some space or ur email address and i 'll do the needful...
    Regards,
    S.M.Sajjad

  12. #12
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Dreamweaver is awesome for PHP. Intelisence rocks

  13. #13
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982
    kasracer - I take it you are you referring to Dreamweaver MX?
    I have Dreamweaver 4, PHP does not exist in 4 as far as I know.


    Things I do when I am bored: DotNetable

  14. #14
    Fanatic Member Graff's Avatar
    Join Date
    Jan 2002
    Location
    Calgary
    Posts
    668
    Yea DW MX supports PHP among other scripting languages.
    If wishes were fishes we'd all cast nets.

  15. #15
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982
    I know this is an old thread but I have come across an excellent free PHP editor called PHP Designer 2005, you can get it at www.mpsoftware.dk


    Things I do when I am bored: DotNetable

  16. #16
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787
    wow that is good i'm suprised its free :-o

  17. #17
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Wow, that's one impressive app.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  18. #18
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163

    Re: PHP Editor

    Like said above, Dreamweaver is good.

    I use it whenever I write something big because it takes so long to load up dreamweaver but if it's small changes or I'm being lazy, I'll use the Microsoft Development Environment because at least it give me line numbers and better formatting than just using notepad.

    Edit: Aww crap I didn't realize how old this was

  19. #19
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    Re: PHP Editor

    I used to use Dev-PHP but now I use Crimson Editor, both very nice, just your standard highlighting but Dev-PHP also has buttons on its toolbar to add HTML elements. I don't really miss not having them in Crimson Editor but they were nice.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  20. #20
    Fanatic Member Wen Lie's Avatar
    Join Date
    Jul 1999
    Location
    Singapore
    Posts
    524

    Re: PHP Editor

    PHP designer 2005 is cool tools ~
    thx for davidrobin for the info...
    nd surprising... as Pino said.... it's free

    [-w-]

  21. #21
    Fanatic Member McCain's Avatar
    Join Date
    Jan 2002
    Location
    Sweden/Denmark
    Posts
    802
    Does anyone know of any good editors for Linux?
    I need some kind of Intellisense and support for an integrated PHP-manual (press F1 on a function name and the manual page for that function opens)

    As for a windows editor I would recommend PHPEdit (www.waterproof.fr/products/PHPEdit/)
    It's free for personal use, but you do have to ask for a license.
    Never argue with fools, they will only drag you down to their level, and beat you with experience.

    Q: How do you tell an experienced hacker from a novice?
    A: The latter thinks there's 1000 bytes in a kilobyte, while the former is sure there's 1024 meters in a kilometer

  22. #22
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: PHP Editor

    Looking through Gentoo's database, I find:
    Bluefish, a generic web development editor. No IntelliSense, but various other features.
    Cooledit, generic programmer's editor.
    gPHPEdit, fully featured PHP editor, including IntelliSense. I used it some time ago, and the version I had then crashed a lot. Perhaps it's better now. Still in a pre-1.0 stage, anyway.
    Quanta Plus, generic web development editor. Unfortunately, the web page sucks and doesn't list any features.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  23. #23
    Fanatic Member McCain's Avatar
    Join Date
    Jan 2002
    Location
    Sweden/Denmark
    Posts
    802

    Re: PHP Editor

    Thanks, gPHPEdit looks promissing. Think I'll give it a spin.
    Never argue with fools, they will only drag you down to their level, and beat you with experience.

    Q: How do you tell an experienced hacker from a novice?
    A: The latter thinks there's 1000 bytes in a kilobyte, while the former is sure there's 1024 meters in a kilometer

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