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 8 2613
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
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
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
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
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
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
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.
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. This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Frank |
last post by:
What is the best IDE for developing PHP applications?
What do you use and why?
Thanks.
|
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...
|
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...
|
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
|
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
|
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...
|
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...
|
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...
|
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...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: DJRhino |
last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer)
If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _
310030356 Or 310030359 Or 310030362 Or...
|
by: lllomh |
last post by:
How does React native implement an English player?
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
| |