PHP Editor/IDE

Want to chit chat about anything, do it here ... posting here won't increase your post count (or shouldn't!). Please do not post any "phpBB" specific topics here unless they do not fit into the category above. Do not post bug reports, feature or support requests!
Forum rules
Please do not post any "phpBB" specific topics here unless they do not fit into the category above.

Do not post bug reports, feature or support requests! No really... Do not post bug reports, feature or support requests! Doing so will make Bertie a very sad bear indeed. :(
User avatar
the_dan
Registered User
Posts: 700
Joined: Thu Apr 01, 2004 7:36 pm

Re: PHP Editor/IDE

Post by the_dan »

No code highlighting, autotabbing, or functions built in.
Its okay for a quick fix though.

Dan

Bizzeh
Registered User
Posts: 7
Joined: Wed Apr 28, 2004 6:12 pm

Re: PHP Editor/IDE

Post by Bizzeh »

so? i do all my php in notepad? why do you NEED all of that extra stuff, it doesnt add to the code.. so why bother

User avatar
the_dan
Registered User
Posts: 700
Joined: Thu Apr 01, 2004 7:36 pm

Re: PHP Editor/IDE

Post by the_dan »

Bizzeh wrote:so? i do all my php in notepad? why do you NEED all of that extra stuff, it doesnt add to the code.. so why bother
It makes it easier to differenetiate between comments, queries, functions etc. It also tells you if you have missed a quote or some braces or brakets. I' not saying I couldn't code without it, it just is much more efficiant with it.

Dan

Roberdin
Registered User
Posts: 1546
Joined: Wed Apr 09, 2003 8:44 pm
Location: London, United Kingdom

Re: PHP Editor/IDE

Post by Roberdin »

Mine includes FTP upload as well, which is an absolute life saver. I remember the time when I'd have to go hunting for the right directory in my FTP client, find the right file, wait for it to upload everytime i made a minor change.... and often forget one or two files as well. Now I just save the file and let WebCoder upload it for me whilst I work on the next file. The Preview function is also useful because I can just press the button to test my current page... very useful for debugging PHP syntax errors...

Admittedly I don't need the functions to be able to code... but it makes it a lot easier to concentrate on the coding rather than tabbing, uploading, finding the function references, opening the right files (Project pane lists all the files in the project I'm working on rather than resulting to Notepad's open... which won't even look at PHP/HTML by default anyway...) and previewing in different browsers.
Rob

User avatar
cyberCrank
Registered User
Posts: 560
Joined: Wed Jan 28, 2004 3:38 am
Location: Ethereal Bliss

Re: PHP Editor/IDE

Post by cyberCrank »

TextPad is nice for many things including PHP file editing (color-coded, etc.) when you have a syntax module loaded for PHP/HTML files (plus projects or workspaces supported).

link92
Registered User
Posts: 46
Joined: Sat Mar 27, 2004 2:43 pm
Location: In front of my Computer
Contact:

Re: PHP Editor/IDE

Post by link92 »

BBEdit
Bored as hell. May as well put myself through the (X)HTML validator to see how invalid I am.

il-vertigo
Registered User
Posts: 1
Joined: Sat May 08, 2004 9:21 pm

Re: PHP Editor/IDE

Post by il-vertigo »

install mods kwrite
write mods kate



User avatar
MHobbit
Registered User
Posts: 198
Joined: Tue Mar 23, 2004 9:31 pm
Location: On the road to nowhere...

Re: PHP Editor/IDE

Post by MHobbit »

EditPad Classic, a free text editor. No special PHP features. It gets the job done perfectly for me- I'm not a PHP programmer so I don't need those features.

I did try out PHPEdit- I didn't like it at all, or rather, I didn't see what was so great about it.
Former phpBB MOD Team Member - No support offered via IM, PM, or email

User avatar
the_dan
Registered User
Posts: 700
Joined: Thu Apr 01, 2004 7:36 pm

Re: PHP Editor/IDE

Post by the_dan »

I tried out PHP Edit as well. I wasn't impressed.
Zend Studio is an excellent bit of software though.

Dan

Martin Blank
Registered User
Posts: 687
Joined: Sun May 11, 2003 11:17 am

Re: PHP Editor/IDE

Post by Martin Blank »

As far as free software goes, PHPEdit (which just released v1.0 about a week ago) is excellent. I've heard good things about Zend, but by the time I was really into PHP coding, I was also unemployed, so Zend (and pretty much anything else that cost money) was no longer an option.
You can never go home again... but I guess you can shop there.

Post Reply