473,383 Members | 1,861 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,383 software developers and data experts.

Best PHP Editor

I was wondering what is the best PHP Editor to use that will allow in
program preview of the scripts.

I need one for the following two OSs:
Linux - KDE / Gnome
Windows 2000

I would like to be able to write a script and then preview it in the same
program without having to upload it to a website that is running mod_php

Thanks
Jul 17 '05 #1
8 2655
John,
I was wondering what is the best PHP Editor to use that will allow in
program preview of the scripts.

I need one for the following two OSs:
Linux - KDE / Gnome
Windows 2000

I would like to be able to write a script and then preview it in the same
program without having to upload it to a website that is running mod_php


For windows I use PHPEdit (www.phpedit.net) although it does not work on
*nix.

Otherwise you may want to look into the Zend IDE (www.zend.com or
PHPEd(www.nusphere.com).

Both of those have integrated debuggers, however as most debuggers are
you can preview your file but it wont be exactly the same as if it where
on the web. Reasons for this are because most of the time you do not
have a development database up and running, or the same exact types of
environmentals.

Mike
Jul 17 '05 #2
I ended up finding an editor called PHP Designer 2005 which looks a lot like
PHPEdit except that it is Freeware. I am not as interested in windows
editors as I am in KDE and Gnome PHP Editors since that is what I will be
converting all my machines to. A macosX version would be good to since thats
my laptop...
"Mike Willbanks" <pe****@gmail.com> wrote in message
news:nU*****************@fe03.lga...
John,
I was wondering what is the best PHP Editor to use that will allow in
program preview of the scripts.

I need one for the following two OSs:
Linux - KDE / Gnome
Windows 2000

I would like to be able to write a script and then preview it in the same program without having to upload it to a website that is running mod_php


For windows I use PHPEdit (www.phpedit.net) although it does not work on
*nix.

Otherwise you may want to look into the Zend IDE (www.zend.com or
PHPEd(www.nusphere.com).

Both of those have integrated debuggers, however as most debuggers are
you can preview your file but it wont be exactly the same as if it where
on the web. Reasons for this are because most of the time you do not
have a development database up and running, or the same exact types of
environmentals.

Mike

Jul 17 '05 #3
On Fri, 20 May 2005 18:05:49 +0000, John Smith wrote:
I was wondering what is the best PHP Editor


Vi, most definitely. Some misguided infidels even use Emacs, but "vi"
is definitely the best editor there is.

--
Demagogue: One who preaches a doctrine he knows to be untrue to
men he knows to be idiots.
H.L. Mencken

Jul 17 '05 #4
What about VIM... I ran into that and it looks great. But is there no editor
that has built in debuger and preview features?

"Mladen Gogala" <go****@sbcglobal.net> wrote in message
news:pa****************************@sbcglobal.net. ..
On Fri, 20 May 2005 18:05:49 +0000, John Smith wrote:
I was wondering what is the best PHP Editor


Vi, most definitely. Some misguided infidels even use Emacs, but "vi"
is definitely the best editor there is.

--
Demagogue: One who preaches a doctrine he knows to be untrue to
men he knows to be idiots.
H.L. Mencken

Jul 17 '05 #5

John Smith wrote:
I was wondering what is the best PHP Editor to use that will allow in
program preview of the scripts.

I need one for the following two OSs:
Linux - KDE / Gnome
Windows 2000

I would like to be able to write a script and then preview it in the same program without having to upload it to a website that is running

mod_php

If you're going to developing on Windows, install a local copy of
Apache and PHP (and probably MySQL) so you can check out your scripts
before uploading them. On Windows, you can use Topstyle Pro
<http://www.bradsoft.com/topstyle/index.asp> to write your code. If you
have a local copy of Apache running, you can switch between the code
and the output very easily.

Ken

Jul 17 '05 #6
Ken,
If you're going to developing on Windows, install a local copy of
Apache and PHP (and probably MySQL) so you can check out your scripts
before uploading them. On Windows, you can use Topstyle Pro
<http://www.bradsoft.com/topstyle/index.asp> to write your code. If you
have a local copy of Apache running, you can switch between the code
and the output very easily.


TopStyle's PHP integration is not very good, definitely not for
increasing a PHP developers speed.

No auto completion, everytime you save when in preview mode IE is the
integrated component and asks you to save, etc.

Mike
Jul 17 '05 #7
On 21 May 2005 12:10:16 -0700, Ken Robinson wrote:

John Smith wrote:
I was wondering what is the best PHP Editor to use that will allow in
program preview of the scripts.

I need one for the following two OSs:
Linux - KDE / Gnome
Windows 2000

I would like to be able to write a script and then preview it in the

same
program without having to upload it to a website that is running

mod_php

If you're going to developing on Windows, install a local copy of
Apache and PHP (and probably MySQL) so you can check out your scripts
before uploading them. On Windows, you can use Topstyle Pro
<http://www.bradsoft.com/topstyle/index.asp> to write your code. If you
have a local copy of Apache running, you can switch between the code
and the output very easily.


I'm forced to use Dreamweaver (as some of my clients use DW templates)
but Topstyle is an *excellent* CSS editor. That it can be used as a
standalone editor shows how good it is.

Adam.
Jul 17 '05 #8
I suggest you use the open source IDE named Eclipse (www.eclipse.org),
with which you can download a PHP plugin to have a lot of
functionality. The site to search Eclipse plugins is
http://eclipse-plugins.2y.net/eclipse/index.jsp.

I have used it a little. My co-workers have used it a lot. Besides,
PHP, Eclipse is good for Java, Perl, shell, C, C++, Ruby, and many
other languages.

Jul 17 '05 #9

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

Similar topics

33
by: Frank | last post by:
What is the best IDE for developing PHP applications? What do you use and why? Thanks.
36
by: ChinStrap | last post by:
When not using the interactive prompt, what are you using? I keep hearing everyone say Emacs, but I can't understand it at all. I keep trying to learn and understand why so many seem to like it...
15
by: Jim | last post by:
This is probably a common question - What is the best CSS editor? I'm an old HTML dinosaur that just getting into CSS. My HTML editor from way back is Homesite. They (Macromedia) tout Topstyle Pro...
14
by: Rajnish | last post by:
Hi C experts, Please suggest me best c programming language tool, which is like Jbuilder (for java) which suggest all avilable methods etc on typing the object. Best regards, Rajnish
21
by: PythonStudent | last post by:
Hi, Can one of you say to me what's the best editor for editing the python programs ( for linux or windows ), and if you can send it to me to the adresse Ahcheriet@gmail.com Thanks
5
by: howachen | last post by:
Currently I only use Ultra-Edit to write Javascript and debug using the firefox JS debugger. But as the project goes complex, I need to have a more advance editor, such as class/methods...
13
by: frk.won | last post by:
I am interested in learning how to use the VS 2005 code snippets. However, I wish to know what are the best ways to source control the code snippets? Are there any source safe/subversion...
5
by: andy | last post by:
I currently use Eclipse for creating the PHP application, which is great for editing but quite slow when using FTP. But when im testing i like to use CuteFTP Pro for quicky editing and seeing the...
5
by: Joe | last post by:
We're looking for a fully functional RTF/HTML editor for our WinForms application. We need a control with the following features: 1. Supports image 2. Supports hyperlinks (auto detects) and...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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...

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.