Results 1 to 23 of 23

Thread: PHP Programming IDE

  1. #1

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    PHP Programming IDE

    May i know which IDE you guy use to code your PHP?

    PHP Studio?
    QaDRAM?
    Notepad?

  2. #2
    Fanatic Member Gimlin's Avatar
    Join Date
    Dec 2001
    Location
    Hell
    Posts
    734
    Notepad if the page is small, if it is big I will use HTML Kit.

  3. #3
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I use EditPlus for all my programming needs ('cept VB)
    My evil laugh has a squeak in it.

    kristopherwilson.com

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    I use PHPEdit.... it's not too shabby, and I learned a little bit of French too....
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    Hobo: is the EditPlus is freeware?
    techgnome: is the PHPEdit is english version or french

    & where can i have a copy of this?

  6. #6
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by Chris
    Hobo: is the EditPlus is freeware?
    No, but it still works after the trial period expires.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  7. #7

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    is that like the UltraEdit? Can i have the download URL? so that I can have a try on it

  8. #8
    New Member
    Join Date
    Jan 2003
    Posts
    11
    ****
    Last edited by ricmitch; Oct 30th, 2012 at 07:01 AM.

  9. #9
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    you guys are funny, he said IDE not an editor. there is only 1 true IDE and it is Zend's

    there is only a few IDE's for php and one is at Zend , but it is not free or shareware. it expires like 10 days after you download it. it is very expensive too. there is also another one called masumas or something. it isn't very good.
    Last edited by phpman; Jan 17th, 2003 at 03:13 PM.

  10. #10
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    PHPEdit: http://www.phpedit.com/ and it's mainly English but some dialogs have french. The only thing is it's not quite finished - like it doesn't seem to save the preferences, but it is very good. Has code completion and everything

    I like HTML Kit a lot too, the only thing I don't like is that it's syntax highlighting is a bit off sometimes.

  11. #11
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Originally posted by phpman
    you guys are funny, he said IDE not an editor. there is only 1 true IDE and it is Zend's
    IDE <> Editor??? AWRF? How does an IDE <> Editor????
    By it's very being, it is an editor....
    And BTW: Zend is the engine upon which PHP runs.
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  12. #12
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    how is an editor an IDE???

    and I know Zend is the engine in php, but they also make an IDE for php much like VB's IDE in Visual Source

    and IDE is a developement Environment which helps in coding (eg. running the code) without leaving the environment, an editor can't do that.

    actually the I in IDE is the key word, Intergrated....

  13. #13
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Hmmm, I just read the prod description for Zned Studio..... I haven't seen anything in there that PHPEdit can't do.....
    So what's the diff???? Both are editors.
    As far as I can tell..... both seem to be IDE's too....
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  14. #14
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    phpedit is weak compared to Zends. does it have debug, I never seen it, it also run the code without leaving the screen, phpedits may do this but again it is weak.

    phpedit's screen is so unuser friendly it is not funny. a lot of usless stuff jsut to write code.

  15. #15
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Originally posted by phpman
    how is an editor an IDE???

    and I know Zend is the engine in php, but they also make an IDE for php much like VB's IDE in Visual Source

    and IDE is a developement Environment which helps in coding (eg. running the code) without leaving the environment, an editor can't do that.

    actually the I in IDE is the key word, Intergrated....
    I haven't tried, but PHPEdit can do that. There's a way to set up bresakpoint, and step through the code.
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  16. #16
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    I'm sorry, I was thinking of another editor with much of the same name.

    but yes it is a IDE.


    but notepad isn't

  17. #17
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    no, notepad isn't..... and I wouldn't use it for editing PHP.... I'll use it for HTML, just not PHP (not yet anyways).....
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  18. #18
    New Member
    Join Date
    Jan 2003
    Posts
    11
    The one thing that annoys me about Notepad is that it doesn't have line numbers, so when you get:
    Parse error expected ' at line 1289
    then it's pretty annoying...:roll:

  19. #19
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    DREAMWEAVER MX!
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  20. #20
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Dreamweaver falls into that same category that VID is.... bloatware that tries to do too much for me and only ends up producing code good w/ it's own quirkyness that will work for one browser, but not others.
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  21. #21
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    again, DW is not an IDE. and it does suck

  22. #22

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    yo~ thx a lot guys...

    Rick Bull: I'll download the PHPEdit next week when i go back office. as my office have a better band width

  23. #23
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    When you do you should download the manual from their site too. Then if you put it in the PHPEdit directory you can press Ctrl+F1 over a function name and it will bring up the help for it. ALthough I think HTML-Kit does it slightly better, plus you don't have to hold down Ctrl, which is a bit annoying.

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