473,387 Members | 1,757 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

php editors

Hi Folk

Right now, I am using notepad2 to edit my PHP files. Do you have any
recommendations for any php editors I should purchase instead? I dont mind
spending some money for a good product.

I also have visual studio and I hear that there is an extension for VS for
php. Does anyone have any experience with this?

TIA

Nicolaas
Jan 3 '06 #1
21 1974
On Tue, 03 Jan 2006 21:44:37 +1300, windandwaves wrote:
Hi Folk

Right now, I am using notepad2 to edit my PHP files. Do you have any
recommendations for any php editors I should purchase instead? I dont mind
spending some money for a good product.

I also have visual studio and I hear that there is an extension for VS for
php. Does anyone have any experience with this?

TIA

Nicolaas


vim

Jan 3 '06 #2
windandwaves wrote:
Hi Folk

Right now, I am using notepad2 to edit my PHP files. Do you have any
recommendations for any php editors I should purchase instead? I dont mind
spending some money for a good product.

I also have visual studio and I hear that there is an extension for VS for
php. Does anyone have any experience with this?

TIA

Nicolaas

There are a range of products/programs based upon what you really want
from your editor.

At the high end are the IDEs. These include:
Zend, enginsite editor for PHP, Macromedia Dreamweaver 8, Rapid PHP,
Eclipse (using a third-party plugin) and others.

Next we have syntax highlighting editors. These include:
vim, jedit, ultra-edit and others.

Finally, just the straight editors:
vi, emacs, wordpad, notepad, edit

Personally, I use Zend in my work because it supports the subversion
revision control software and I have a reasonable amount of memory on my
system (Zend uses Java which tends to love to eat memory, Eclipse uses
Java as well.) There are some usability issues I have (e.g.
auto-completion getting in the way, automatic maximizing of windows I
have closed) but they are not enough of a bother to make me move to
another editor.

-david-

Jan 3 '06 #3
David Haynes wrote:
windandwaves wrote:
Hi Folk

Right now, I am using notepad2 to edit my PHP files. Do you have any
recommendations for any php editors I should purchase instead? I
dont mind spending some money for a good product.

I also have visual studio and I hear that there is an extension for
VS for php. Does anyone have any experience with this?

TIA

Nicolaas

There are a range of products/programs based upon what you really want
from your editor.

At the high end are the IDEs. These include:
Zend, enginsite editor for PHP, Macromedia Dreamweaver 8, Rapid PHP,
Eclipse (using a third-party plugin) and others.

Next we have syntax highlighting editors. These include:
vim, jedit, ultra-edit and others.

Finally, just the straight editors:
vi, emacs, wordpad, notepad, edit

Personally, I use Zend in my work because it supports the subversion
revision control software and I have a reasonable amount of memory on
my system (Zend uses Java which tends to love to eat memory, Eclipse
uses Java as well.) There are some usability issues I have (e.g.
auto-completion getting in the way, automatic maximizing of windows I
have closed) but they are not enough of a bother to make me move to
another editor.

-david-

Hmm, thank you for the answer.

The one thing I do not like is that it takes hours to install and that it
screws up everything else on my computer. However, I do like syntax checking
and I do like autocompletion.

WHat I would also really like is the ability to expand/implode functions.
That is, being able to implode a function and open it if needed. That sort
of thing.

I will have a look at the Zend business. Right now, I do not have PHP
installed locally, it that an issue? I like to load my files to the server
because then I only have one place I work at. Not many.

Thanks again

Nicolaas
Jan 3 '06 #4
windandwaves wrote:
David Haynes wrote:
windandwaves wrote:
Hi Folk

Right now, I am using notepad2 to edit my PHP files. Do you have any
recommendations for any php editors I should purchase instead? I
dont mind spending some money for a good product.

I also have visual studio and I hear that there is an extension for
VS for php. Does anyone have any experience with this?

TIA

Nicolaas

There are a range of products/programs based upon what you really want
from your editor.

At the high end are the IDEs. These include:
Zend, enginsite editor for PHP, Macromedia Dreamweaver 8, Rapid PHP,
Eclipse (using a third-party plugin) and others.

Next we have syntax highlighting editors. These include:
vim, jedit, ultra-edit and others.

Finally, just the straight editors:
vi, emacs, wordpad, notepad, edit

Personally, I use Zend in my work because it supports the subversion
revision control software and I have a reasonable amount of memory on
my system (Zend uses Java which tends to love to eat memory, Eclipse
uses Java as well.) There are some usability issues I have (e.g.
auto-completion getting in the way, automatic maximizing of windows I
have closed) but they are not enough of a bother to make me move to
another editor.

-david-

Hmm, thank you for the answer.

The one thing I do not like is that it takes hours to install and that it
screws up everything else on my computer. However, I do like syntax checking
and I do like autocompletion.

WHat I would also really like is the ability to expand/implode functions.
That is, being able to implode a function and open it if needed. That sort
of thing.


Zend will do this.
I will have a look at the Zend business. Right now, I do not have PHP
installed locally, it that an issue? I like to load my files to the server
because then I only have one place I work at. Not many.


Not having PHP locally will reduce the set of capabilities of the IDEs
since many use php to syntax check the code in near real time.

In the larger picture, if you use a revision control system such as CVS
or Subversion (with Tortoise on your windows box), then the issue of
'only one place to work at' becomes less important. Revision control
systems allow you to edit anywhere and then synchronize those edits
across all instances, so you can do some edits at work, add those to the
repository, head on home, synchronize with your home image, keep on
editing, synchronize with the repository, go back to work, synchronize
with the repository, and keep on editing until you remember that you
forgot to sleep ;-)

-david-

Jan 3 '06 #5
I reckonmend Notepad ++ <http://notepad-plus.sourceforge.net>

Jan 3 '06 #6
windandwaves wrote:
Hi Folk

Right now, I am using notepad2 to edit my PHP files. Do you have any
recommendations for any php editors I should purchase instead? I dont mind
spending some money for a good product.

I also have visual studio and I hear that there is an extension for VS for
php. Does anyone have any experience with this?

TIA

Nicolaas


I use EditPad Pro. Pretty good editor for 40 bucks. Does syntax
highlighting, bracket matching, and so forth. No function or comment
collapsing though.

Jan 3 '06 #7
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Haynes wrote:
Next we have syntax highlighting editors. These include:
vim, jedit, ultra-edit and others.


Kate would be here. My editor of choice.

- --
- ----------------------------------
Iván Sánchez Ortega -i-punto-sanchez--arroba-mirame-punto-net

La eternidad es una de las raras virtudes de la literatura.
-- Adolfo Bioy Casares. Escritor argentino.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDuuKC3jcQ2mg3Pc8RAge1AJsHXTgAU7H7UQwvaP3aFx zt5kyOTgCeOjoq
UGByUbQz9Snxpf6sPPkfE0c=
=bSoC
-----END PGP SIGNATURE-----
Jan 3 '06 #8
David Haynes wrote:
windandwaves wrote:

WHat I would also really like is the ability to expand/implode
functions. That is, being able to implode a function and open it if
needed. That sort of thing.
Zend will do this.


"code folding"
I will have a look at the Zend business. Right now, I do not have PHP
installed locally, it that an issue? I like to load my files to the
server because then I only have one place I work at. Not many.


Not having PHP locally will reduce the set of capabilities of the IDEs
since many use php to syntax check the code in near real time.


ZDE doesn't require php to be locally installed. If you want full
debugging abilities, you can use a remote debug server - otherwise, you
can "run" the scripts right through zde.
In the larger picture, if you use a revision control system such as CVS
or Subversion (with Tortoise on your windows box), then the issue of
'only one place to work at' becomes less important. Revision control
systems allow you to edit anywhere and then synchronize those edits
across all instances, so you can do some edits at work, add those to the
repository, head on home, synchronize with your home image, keep on
editing, synchronize with the repository, go back to work, synchronize
with the repository, and keep on editing until you remember that you
forgot to sleep ;-)


hmm... sounds like my "holidays" ;)

--
Justin Koivisto, ZCE - ju****@koivi.com
http://koivi.com
Jan 3 '06 #9
I've used Zend Studio and found it good, until I noticed that it
changes the value of your include_path and forced you to reset it back
to the correct value at the top of each php file. Makes you look like
a hack.
That only happened 1 or 2x before I got rid of it Quick ! I've
complained loudly to Zend, but have not heard of update, fix or
revision.

Who wants to be hardcoding include_path and using set_include_path()
when you'll probably have to undo the change, when you promote to your
host ??

I'd go back to Zend Studio, if they resolved that error. It really was
slick and could have been great for debugging.
Currently, I'm using EditPlus, which is cheap, has many features, only
missing a file-comparison tool (aka diff).

Jan 4 '06 #10
David Haynes wrote:

At the high end are the IDEs. These include:
Zend, enginsite editor for PHP, Macromedia Dreamweaver 8, Rapid PHP,
Eclipse (using a third-party plugin) and others.


I second this class of development editor. I used to use Dreamweaver,
but stopped using that because I was no longer entitled to use it when
my previous employ ended. Then I switched to Notepad++ before coming
across Eclipse + PHPEclipse. Of all of them, I must say that Eclipse is
my favorite. I like the ability to have it tell you nearly anything in
real time. When you open the project up, it will flag everything that's
wrong nearly instantly, when you save the file, it will display a
refreshed copy in the browser (in Windows, I haven't got that
functionality working on my Linux development machine yet). And to top
it all off, Eclipse, since it's written in Java, works on Linux as well
as Windows (and I rather suspect other platforms). And it's freely
available.

So, I'd say that my vote goes to Eclipse. :)

- Mike
Jan 4 '06 #11
>WHat I would also really like is the ability to expand/implode functions.
That is, being able to implode a function and open it if needed. That sort
of thing.


Notepad++ does this and much more.....

Jan 4 '06 #12
I've been using Zend Studio, and it does code folding, syntax checking
and some optimization checks, amongst a lot of other features I haven't
played with yet. I also liked the ability to group sites into projects
(which wasn't so easy using Notepad 2).

Jan 4 '06 #13
feo
Just me using Homesite?

feo

"Rich" <ri**@newsguy.com> escribió en el mensaje
news:dp*********@drn.newsguy.com...
In article <YP********************@news.xtra.co.nz>, windandwaves says...

Hi Folk

Right now, I am using notepad2 to edit my PHP files. Do you have any
recommendations for any php editors I should purchase instead? I dont
mind
spending some money for a good product.

I also have visual studio and I hear that there is an extension for VS for
php. Does anyone have any experience with this?

TIA

Nicolaas


If I'm editing something on a Windows system I'll use TextPad, but mostly
use vi
when I can.

Rich
--
Newsguy -- http://newsguy.com

Jan 4 '06 #14
I think there is listed only "windows" like editors. Hovewer the one of
the best of in all time editors on my mind is FAR (also win32) wint
colorer plugin and avtoindednt plugins added. Shows syntrax and can be
customised. Also UNIX editor "inserted" in mc (midnight commander) is
also very good. And not of specialists did not write any words about
vim, kate, phpeclipse and others GNU/GPL editors. This is very strange
.... PHP come from UNIX world, so editing with UNIX editors is more
commont to this one language. R't?

Jan 4 '06 #15
feo
Actually I've always coded in Win32, and have tried not a lot of editors,
but found Homesite to be what I needed because of the ability to use the
snippets, the action scripts and the VTML language. However, Allaire, then
Macromedia, stopped developing this editor since version 5.5. Still I find
some forum commenting this fact and talking about Homesite as the great
editor for web developing. I just wanted to contrast this opinions and try
some reliable editors.

Than you.
"softm m" <so*****@gmail.com> escribió en el mensaje
news:11**********************@g14g2000cwa.googlegr oups.com...
I think there is listed only "windows" like editors. Hovewer the one of
the best of in all time editors on my mind is FAR (also win32) wint
colorer plugin and avtoindednt plugins added. Shows syntrax and can be
customised. Also UNIX editor "inserted" in mc (midnight commander) is
also very good. And not of specialists did not write any words about
vim, kate, phpeclipse and others GNU/GPL editors. This is very strange
... PHP come from UNIX world, so editing with UNIX editors is more
commont to this one language. R't?

Jan 4 '06 #16
feo
Still using it? If not, have you found a good substitute? I've got very
comfortable with Homesite, but since v5.5 Macromedia abandoned this
software, and there are little things actuallizations could have solved if
they didn't.

Thank you.

feo

"Krustov" <kr****@krustov.co.uk.INVALID> escribió en el mensaje
news:MP************************@news.newsreader.co m...
<comp.lang.php , feo , no************@gmail.com>
<dp**********@news.ya.com>
<Wed, 4 Jan 2006 23:54:51 +0100>
Just me using Homesite?


No , I've v4.5 for years .

Jan 4 '06 #17
feo
By the way, sorry if my first message was not in the right place in the
thread, buy I found this truncated, being the first message the one I used
to send mine.

feo
"feo" <no************@gmail.com> escribió en el mensaje
news:dp**********@news.ya.com...
Actually I've always coded in Win32, and have tried not a lot of editors,
but found Homesite to be what I needed because of the ability to use the
snippets, the action scripts and the VTML language. However, Allaire, then
Macromedia, stopped developing this editor since version 5.5. Still I find
some forum commenting this fact and talking about Homesite as the great
editor for web developing. I just wanted to contrast this opinions and try
some reliable editors.

Than you.
"softm m" <so*****@gmail.com> escribió en el mensaje
news:11**********************@g14g2000cwa.googlegr oups.com...
I think there is listed only "windows" like editors. Hovewer the one of
the best of in all time editors on my mind is FAR (also win32) wint
colorer plugin and avtoindednt plugins added. Shows syntrax and can be
customised. Also UNIX editor "inserted" in mc (midnight commander) is
also very good. And not of specialists did not write any words about
vim, kate, phpeclipse and others GNU/GPL editors. This is very strange
... PHP come from UNIX world, so editing with UNIX editors is more
commont to this one language. R't?


Jan 4 '06 #18
"windandwaves" <wi*********@coldmail.com> posted:
The one thing I do not like is that it takes hours to install and
that it screws up everything else on my computer.
Take a look at Scintilla SciTE... quick to install. Easy to
get to settings and easy to edit and configure such.

http://www.scintilla.org
http://scintilla.sourceforge.net/
However, I like syntax checking and I like autocompletion.
There's some syntax highlighting, but I don't think there's
any syntax checking. The apostrophe and quote highlighting
is extremily helpful though, especially for writing webpage
code. If there's any autocompletion, I must have it turned
off.
I want the ability to expand/implode functions. That is,
implode a function and open it if needed.
That exists with SciTE (SCIntilla based Text Editor).
I will have a look at the Zend business. Right now,
I do not have PHP installed locally, is that an issue?
I like to load my files to the server because then I
only have one place I work at. Not many.


Hmm...

No problem with SciTE. Tested with FrontPage and
works well if you open a website with FrontPage and
load a document from the website into SciTE. I haven't
tried to run files locally through SciTE, but there seems
to be methods to configure some kind of Run/Compile/
etc for other languages... calling an external process. I
end up keeping the page open in two browser windows,
ie, IE browser and FireFox browser.

Hope this helps.

Jim Carlock
Post replies to the newsgroup.
Jan 5 '06 #19
Notepad++ has great syntax highlighting for many langs including PHP,
it's free and opensournce. Thers even a macro funciton.

Only prob is thers no replace or find, basic funtions from notepad and
all.

There are heaps of free editors out on the net, u dont have to buy
anything

Jan 5 '06 #20
> Right now, I am using notepad2 to edit my PHP files. Do
you have any recommendations for any php editors I should
purchase instead?
The Zeus for Windows IDE has support for PHP:

http://www.zeusedit.com/features.html

It will code fold and syntax highlight PHP code. It also
has features like project/workspace mangement, ftp editing
and class browsing.
I dont mind spending some money for a good product.


http://www.zeusedit.com/forum/viewtopic.php?t=10

Zeus is shareware and offers a 45 day fully functional
trial period.

Jussi Jumppanen
Author of: Zeus for Windows

Jan 5 '06 #21
>Only prob is thers no replace or find, basic funtions from notepad and
all.


Notepad++ does have all the basic functions like replace and find..

Jan 5 '06 #22

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Dustin | last post by:
Hello, I just started programming in Python last night, and I've really enjoyed my experience so far. I would like to know if there is a Windows editor that recognizes Python and will support a...
8
by: Radhika | last post by:
Hi, I am looking for some java based, opensource xml editors which support xml schemas. Can somebody help me??? thanks, Radhika.
0
by: docbook.xml | last post by:
Hello All, I am compiling a list of XML editors and categorizing them by WYSIWYG, WYSIWYM, or TextBased. The secondary categorization is by Freeware/OpenSource/Commercial. The current list is...
15
by: Jam Pa | last post by:
I would like to hear recommendations on good CSS editors. Personally, I would like a CSS editor with 'code-completion'. In effect, I would like to be able to see different properties and their...
47
by: Pmb | last post by:
Can someone suggest a good editor? I'm using WinEdit right now and I'm not that happy with it (I seem to have an old edition and I'm not sure if it was made by the same organization at...
3
by: bbxrider | last post by:
am building a website and using templates to get started much of the page content is gif files, so am investigating different gif editors mostly what is needed so far is a tool that picks up the...
28
by: rich | last post by:
i know that there are die hard mark uppers that use notepad or some other plain editors...as far as graphic editors are concerned what are some reccomendations both commercial and if any freeware
0
by: CrispinH | last post by:
Hi I've just upgraded some Type Editors from 1.1 to 2.0 and whilst they compile OK, I'm not getting any results in the test harness PropertyGrid. Usually when you select a particular property,...
27
by: prt7u | last post by:
Howdy, I've started back afte a very long time of working with web pages for an organization that I am affiliated with (personally not professionally). Seeing that technology has advanced a lot...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.