No code highlighting, autotabbing, or functions built in.
Its okay for a quick fix though.
Dan
PHP Editor/IDE
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. :(
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. :(
Re: PHP Editor/IDE
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
Re: PHP Editor/IDE
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.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
Dan
-
- Registered User
- Posts: 1546
- Joined: Wed Apr 09, 2003 8:44 pm
- Location: London, United Kingdom
Re: PHP Editor/IDE
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.
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
- cyberCrank
- Registered User
- Posts: 560
- Joined: Wed Jan 28, 2004 3:38 am
- Location: Ethereal Bliss
Re: PHP Editor/IDE
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).
-
- Registered User
- Posts: 46
- Joined: Sat Mar 27, 2004 2:43 pm
- Location: In front of my Computer
- Contact:
Re: PHP Editor/IDE
BBEdit
Bored as hell. May as well put myself through the (X)HTML validator to see how invalid I am.
-
- Registered User
- Posts: 1
- Joined: Sat May 08, 2004 9:21 pm
Re: PHP Editor/IDE
install mods kwrite
write mods kate
write mods kate
- MHobbit
- Registered User
- Posts: 198
- Joined: Tue Mar 23, 2004 9:31 pm
- Location: On the road to nowhere...
Re: PHP Editor/IDE
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.
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
Re: PHP Editor/IDE
I tried out PHP Edit as well. I wasn't impressed.
Zend Studio is an excellent bit of software though.
Dan
Zend Studio is an excellent bit of software though.
Dan
-
- Registered User
- Posts: 687
- Joined: Sun May 11, 2003 11:17 am
Re: PHP Editor/IDE
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.