Basic question, newbie PHP coder

This is a discussion on Basic question, newbie PHP coder within the PHP Language forums, part of the PHP Programming Forums category; Hello Gurus, Can you recommend a decent PHP editor that has the IntelliSense feature? It's a great help for ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-22-2004
Eli
 
Posts: n/a
Default Basic question, newbie PHP coder

Hello Gurus,
Can you recommend a decent PHP editor that has the IntelliSense
feature? It's a great help for newbies I think. It used to help me
heaps in Visual Studio.
Kind regards.
Reply With Quote
  #2 (permalink)  
Old 10-22-2004
steve
 
Posts: n/a
Default Re: Basic question, newbie PHP coder

"Eli6" wrote:
> Hello Gurus,
> Can you recommend a decent PHP editor that has the IntelliSense
> feature? It’s a great help for newbies I think. It used to help
> me
> heaps in Visual Studio.
> Kind regards.


I don’t know about IntelliSense, but if you are talking about code
completion, function/variable prompts, etc. then I highly recommend
Zend IDE. I have used it for almost a year and am very happy with it.
Some say it is slow, but if one turns off the showing of warning
notices (assuming you have a lot of them in the code), then the
response is mighty fast.

--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-Basic-ne...ict163167.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=546639
Reply With Quote
  #3 (permalink)  
Old 10-22-2004
Chris Hope
 
Posts: n/a
Default Re: Basic question, newbie PHP coder

steve wrote:

> "Eli6" wrote:
> > Hello Gurus,
> > Can you recommend a decent PHP editor that has the IntelliSense
> > feature? It’s a great help for newbies I think. It used to help
> > me
> > heaps in Visual Studio.
> > Kind regards.

>
> I don’t know about IntelliSense, but if you are talking about code
> completion, function/variable prompts, etc. then I highly recommend
> Zend IDE. I have used it for almost a year and am very happy with it..
> Some say it is slow, but if one turns off the showing of warning
> notices (assuming you have a lot of them in the code), then the
> response is mighty fast.


I'd second the vote for Zend. Apparantly you can use it free for personal
use. Doesn't apply to me as I use it to build websites commercially... but
I think it was worth every cent. I wouldn't complain if it was cheaper
though :)

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Reply With Quote
  #4 (permalink)  
Old 10-22-2004
steve
 
Posts: n/a
Default Re: Re: Basic question, newbie PHP coder

"Chris Hope" wrote:
> steve wrote:
>
> > "Eli6" wrote:
> > > Hello Gurus,
> > > Can you recommend a decent PHP editor that has the

IntelliSense
> > > feature? It=92s a great help for newbies I think. It used to

help
> > > me
> > > heaps in Visual Studio.
> > > Kind regards.

> >=20
> > I don=92t know about IntelliSense, but if you are talking about

code
> > completion, function/variable prompts, etc. then I highly

recommend
> > Zend IDE. I have used it for almost a year and am very happy

with
> it=
> ..
> > Some say it is slow, but if one turns off the showing of warning
> > notices (assuming you have a lot of them in the code), then the
> > response is mighty fast.

>
> I’d second the vote for Zend. Apparantly you can use it free for
> person=
> al
> use. Doesn’t apply to me as I use it to build websites
> commercially... =
> but
> I think it was worth every cent. I wouldn’t complain if it was
> cheaper
> though
>
> --=20
> Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/


There is also Nusphere, which is more expensive. Also Zend includes I
believe one year of free upgrades (unlike NS).

--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-Basic-ne...ict163167.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=546702
Reply With Quote
  #5 (permalink)  
Old 10-22-2004
Chris Hope
 
Posts: n/a
Default Re: Re: Basic question, newbie PHP coder

steve wrote:

> "Chris Hope" wrote:
> > steve wrote:
> >
> > > "Eli6" wrote:
> > > > Hello Gurus,
> > > > Can you recommend a decent PHP editor that has the

> IntelliSense
> > > > feature? It=92s a great help for newbies I think. It used to

> help
> > > > me
> > > > heaps in Visual Studio.
> > > > Kind regards.
> > >=20
> > > I don=92t know about IntelliSense, but if you are talking about

> code
> > > completion, function/variable prompts, etc. then I highly

> recommend
> > > Zend IDE. I have used it for almost a year and am very happy

> with
> > it=
> > ..
> > > Some say it is slow, but if one turns off the showing of warning
> > > notices (assuming you have a lot of them in the code), then the
> > > response is mighty fast.

> >
> > I’d second the vote for Zend. Apparantly you can use it free for
> > person=
> > al
> > use. Doesn’t apply to me as I use it to build websites
> > commercially... =
> > but
> > I think it was worth every cent. I wouldn’t complain if it was
> > cheaper
> > though
> >
> > --=20
> > Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/

>
> There is also Nusphere, which is more expensive. Also Zend includes I
> believe one year of free upgrades (unlike NS).


It does. I'm a few months past the year now though so I have to pay if I
want to upgrade to the most recent version.

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Reply With Quote
  #6 (permalink)  
Old 10-22-2004
Chris Hope
 
Posts: n/a
Default Re: Basic question, newbie PHP coder

Rafal wrote:

>> I'd second the vote for Zend. Apparantly you can use it free for personal
>> use. Doesn't apply to me as I use it to build websites commercially...
>> but I think it was worth every cent. I wouldn't complain if it was
>> cheaper though :)

>
> But I`ve visited www.zend.com and found only 21 days free trial version of
> Zend Studio 3.5. I didn`t noticed any free non-comerciall version - does
> it concern any prior version?


I've no idea myself. I paid for a copy becuase I found it so useful. It's
only recently I've heard about the free-for-personal-use option from other
people in newsgroups.

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Reply With Quote
  #7 (permalink)  
Old 10-22-2004
Rafal
 
Posts: n/a
Default Re: Basic question, newbie PHP coder

> I'd second the vote for Zend. Apparantly you can use it free for personal
> use. Doesn't apply to me as I use it to build websites commercially... but
> I think it was worth every cent. I wouldn't complain if it was cheaper
> though :)


But I`ve visited www.zend.com and found only 21 days free trial version of
Zend Studio 3.5. I didn`t noticed any free non-comerciall version - does it
concern any prior version?

Rafal



Reply With Quote
  #8 (permalink)  
Old 10-22-2004
Bigduke
 
Posts: n/a
Default Re: Basic question, newbie PHP coder

Eli, try using PHPEdit, the best free IDE that I can think of. There
was another on sourceforge, I can't recall the name. But that one
should do.
Reply With Quote
  #9 (permalink)  
Old 10-23-2004
Pjotr Wedersteers
 
Posts: n/a
Default Re: Basic question, newbie PHP coder

Eli wrote:
> Hello Gurus,
> Can you recommend a decent PHP editor that has the IntelliSense
> feature? It's a great help for newbies I think. It used to help me
> heaps in Visual Studio.
> Kind regards.


Get PHPEdit from www.waterproof.fr
The French make not only great wines apparantly. A personal license is FREE,
you will have to send Sebastien a motivated request for it though. And a
commercial licens is still cheaper than Zend too I believe.

It beats the #$#%@ out of Zend's Javabased IDE if you ask me.
HTH
Pjotr


Reply With Quote
  #10 (permalink)  
Old 10-24-2004
Eli
 
Posts: n/a
Default Re: Basic question, newbie PHP coder

Heaps of thanks to all of you guys, I'll flip thru your suggestions.
I later submit a question about compiling the PHP code and was hoping
to see your suggestions gurus for this as well.
Kind regards,
Eli
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 08:12 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0