1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

PHP Editor

Discussion in 'PHP' started by Triexa, May 17, 2007.

  1. HypertextFever

    HypertextFever Peon

    Messages:
    158
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #21
    Agreed. Use your favorite text editor. Mine is Notepad++
     
    HypertextFever, Jun 9, 2007 IP
  2. wing

    wing Active Member

    Messages:
    210
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    58
    #22
    VIM is very nice :)
     
    wing, Jun 9, 2007 IP
  3. InFloW

    InFloW Peon

    Messages:
    1,488
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #23
    I've found personally Zend to be the best PHP IDE available but it's still lacking in some respects. It's integration with it's profiler and debugger from the zend platform is nice although I don't make use of it a whole lot. If you're doing version control it's support for CVS but SVN is sort of odd. There are some other PHP ide's that do the same thing just stuck using Zend 95% of the time for what I do I just tend ot use it all the time to avoid confusion.
     
    InFloW, Jun 9, 2007 IP
  4. Triexa

    Triexa Active Member

    Messages:
    580
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #24
    I like how Zend closely integrates with classes, vars, constants, functions, etc. that are require'd from other files... most IDEs I've tried only seem to deal with the current file FOR SOME REASON...
     
    Triexa, Jun 9, 2007 IP
  5. InFloW

    InFloW Peon

    Messages:
    1,488
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #25

    Well there are cases in some of my code where you can confuse Zend. But from my research other IDE's were even worse in this case.

    An example of this is a class that returns objects so say a database object

    I'd do the following:

    
    <?php
    $db = grabObject('mydb);
    
    PHP:
    From there my auto complete does not expose my database class functions which I think it should but I'm not sure if that's the general practice or not.
     
    InFloW, Jun 9, 2007 IP
  6. leede

    leede Guest

    Messages:
    3,381
    Likes Received:
    128
    Best Answers:
    0
    Trophy Points:
    0
    #26
    i often use phpEclipse and it is ok for me
     
    leede, Jun 10, 2007 IP
  7. Zeest

    Zeest Active Member

    Messages:
    337
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    83
    #27
    Zend is really good, I'd have used it but the main problem is that its java based and extremely slow while loading. Besides I have a habit of leaving stuff open for days. This causes heavy RAM usage and its impossible to use the PC then.

    So I shifted to PHP Designer Pro, its light weight. Missing a few features here and there, but that can be handled.

    In short, if you have a powerful PC I highly recommend Zend. Theres nothing better than this for PHP. The features it offers are just excellent. One thing missing is custom code folding like in dreamweaver. But I'm sure they're gonna add that soon
     
    Zeest, Jun 12, 2007 IP
  8. Supergeek

    Supergeek Peon

    Messages:
    138
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #28
    I develop for a dedicated, remote Linux server.

    If anyone else is doing that, how are you using these editors? SCP to your machine, open, edit, save, SCP back to server?

    WinSCP has the ability to launch an editor for you then re-transfer the file automatically, but for quick edits, I still prefer VIM.
     
    Supergeek, Jun 12, 2007 IP
  9. Zeest

    Zeest Active Member

    Messages:
    337
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    83
    #29
    For small, quick edits on remote boxes.... I just SSH to the box using Putty then use nano


    I generally synch my stuff through WinSCP to get a local fresh copy before doing large edits locally, then synch them back to the box
     
    Zeest, Jun 13, 2007 IP
  10. gfreeman

    gfreeman Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #30
    I use Textpad, but I have one gripe with it. It's a bit difficult to change the colour scheme so all my computers use the same scheme.

    Anyway, I'll check out some of the other tools metioned here - maybe I'll find something I get along better with!
     
    gfreeman, Jun 13, 2007 IP
  11. xxxcoder

    xxxcoder Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #31
    best production zend :D and phpEd
     
    xxxcoder, Jun 13, 2007 IP
  12. einsteinsboi

    einsteinsboi Well-Known Member

    Messages:
    1,122
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    140
    #32
    Pretty expensive, isn't it? I'm starting to learn PHP and I'm using notepad. But I also just started playing with PHP Designer Personal (the free one) and I like it. I have programmers notepad which I use for other stuff, but I might try it for PHP too.
     
    einsteinsboi, Jun 13, 2007 IP
  13. asmon

    asmon Member

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #33
    I tried ZEND but it doesn't support hebrew, i just see question marks .
    since in Hebrew you write from right to left, many softwares having problems with it, for example when putting a dot in the end of a sentence, while
    running the web i see the dot at the beginning of the sentence.

    PHP DESIGNER 2007 and RAPID PHP are dealing with it well but i like
    RAPID PHP more.
     
    asmon, Jun 13, 2007 IP