|
-
Jan 16th, 2003, 03:36 AM
#1
Thread Starter
PowerPoster
PHP Programming IDE
May i know which IDE you guy use to code your PHP?
PHP Studio?
QaDRAM?
Notepad?
-
Jan 16th, 2003, 08:10 AM
#2
Fanatic Member
Notepad if the page is small, if it is big I will use HTML Kit.
-
Jan 16th, 2003, 05:35 PM
#3
Stuck in the 80s
I use EditPlus for all my programming needs ('cept VB)
-
Jan 16th, 2003, 05:42 PM
#4
I use PHPEdit.... it's not too shabby, and I learned a little bit of French too....
-
Jan 16th, 2003, 08:04 PM
#5
Thread Starter
PowerPoster
Hobo: is the EditPlus is freeware?
techgnome: is the PHPEdit is english version or french 
& where can i have a copy of this?
-
Jan 16th, 2003, 10:08 PM
#6
Stuck in the 80s
Originally posted by Chris
Hobo: is the EditPlus is freeware?
No, but it still works after the trial period expires.
-
Jan 16th, 2003, 10:26 PM
#7
Thread Starter
PowerPoster
is that like the UltraEdit? Can i have the download URL? so that I can have a try on it
-
Jan 17th, 2003, 05:43 AM
#8
New Member
Last edited by ricmitch; Oct 30th, 2012 at 07:01 AM.
-
Jan 17th, 2003, 03:09 PM
#9
Frenzied Member
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.
-
Jan 17th, 2003, 03:15 PM
#10
Frenzied Member
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.
-
Jan 17th, 2003, 03:53 PM
#11
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.
-
Jan 17th, 2003, 03:56 PM
#12
Frenzied Member
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....
-
Jan 17th, 2003, 03:57 PM
#13
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....
-
Jan 17th, 2003, 03:59 PM
#14
Frenzied Member
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.
-
Jan 17th, 2003, 04:00 PM
#15
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.
-
Jan 17th, 2003, 04:08 PM
#16
Frenzied Member
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
-
Jan 17th, 2003, 04:16 PM
#17
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).....
-
Jan 17th, 2003, 04:24 PM
#18
New Member
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:
-
Jan 17th, 2003, 05:09 PM
#19
Frenzied Member
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jan 17th, 2003, 05:14 PM
#20
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.
-
Jan 17th, 2003, 05:23 PM
#21
Frenzied Member
again, DW is not an IDE. and it does suck
-
Jan 17th, 2003, 10:14 PM
#22
Thread Starter
PowerPoster
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
-
Jan 18th, 2003, 07:57 AM
#23
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|