473,761 Members | 9,864 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Best IDE for PHP...?

What is the best IDE for developing PHP applications?
What do you use and why?
Thanks.
Jul 16 '05 #1
33 9870
Frank wrote:
What is the best IDE for developing PHP applications?
What do you use and why?
Thanks.


I love quanta. It features code highlighting, autocompletion of variables
and functions, tooltips for function parameters, structure, project and
file browsing and much more... Url: quanta.sourcefo rge.net

--
---Palantir---
ICQ:57482808***
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
Jul 16 '05 #2
Any others? Please provide OS you are using, thanks.
Jul 16 '05 #3
Frank wrote:
What is the best IDE for developing PHP applications?
What do you use and why?
Thanks.


I like the Zend Development Environment. It's got context-sensitive
help, hit-highlighting, auto completion and a lot of other nice features.
It also allows you to (remotely) debug, although that's rather slow. I
think they could improve that part.

Regards,
Ruben.

Jul 16 '05 #4
> What is the best IDE for developing PHP applications?
What do you use and why?


i like crimson editor for windows. www.crimsoneditor.com. supports

* highlighting (for different syntax types like html, php, java, xml,
tex....) * hotkey for compiler with capture-output-frame (pressing eg.
ctrl+1 will show you php syntax errors)
* ftp: remotely load and save documents
* search & replace with regular expressions
* support for different files formats (mac, dos, unix)
* convert spaces to tabs, tabs to spaces
* macros
* a few other functions

well that's nearly all...

question: what editor is better than this one?

steffen

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Jul 16 '05 #5
On Windows, you can't beat TextPad (textpad.com). For those of you
developing on your Windows box and transfering to your UN*X/linux box this
seems to be the best program I've found. It's very powerful and flexible.
It's super-easy to learn and use. It allows you to set up hot keys to run
external programs (like FTP clients and compilers) with a single keystroke.
It's by far the best 20-some-odd dollars I've ever spent on a piece of
software. (It has helped me write a couple thousand dollars worth of
software since I found it.)

- Syntax Highlighting
- Macro Sequences
- Hot Keys (to editor commands or external programs)
- Character/Tag Libraries (Clip Libraries)
- Spell Checking
- Multiple Document Management
- Regular Expression Search/Replace
- Supports all text file encoding types.

On UN*X, I've been working with XEmacs and after you get passed the learning
curve, it has proven to be extremely powerful. I've also used KATE (KDE
Advanced Text Editor) which seemed to do just fine and had very little
overhead. A good choice for people used to Windows software.

If you're looking for a true IDE (not just a string of programs that work
well together), I've yet to find one that wasn't very clunky and slow. In
my experience, it's best to just install Apache and PHP on your desktop,
edit the files using your favorite text editor, and have a browser open to
the pages you're editing. The other option (without installing Apache/PHP)
is to set up an advanced text editor (like XEmacs or TextPad) to
automatically update your files on the remote host. When I'm editing on
Windows and need to keep the files up-to-date on my server, I use TextPad
with FTPVoyager (it has a nice command-line interface which makes it easy to
set up an automated task in TextPad).

If you're going to use a text editor and combine it with other programs,
you'll be way better off when working with other development environments.
Nobody only programs in PHP and doesn't ever touch HTML, JavaScript, or XML.
I need to be able to work with all of these languages (and a few more).
Using nine different editors is a waste.

XEmacs is open source, and TextPad is free to try. Have a look and see what
you think.

Take care,
Zac

"Frank" <fp****@pop.net > wrote in message
news:5a******** *************** ***@posting.goo gle.com...
What is the best IDE for developing PHP applications?
What do you use and why?
Thanks.

Jul 16 '05 #6
http://www.chami.com/html-kit/

What's particluarly good is the ability to create your own plug-ins
and there are some very good plug-ins to assist in PHP and MySQL coding
available from the main site.

"Frank" <fp****@pop.net > wrote in message
news:5a******** *************** ***@posting.goo gle.com...
What is the best IDE for developing PHP applications?
What do you use and why?
Thanks.

Jul 16 '05 #7
(win)
I'm currently using -- editplus -- which is also usefull for creating short
and fast html test pages. it has highlighting for various languages and
comes with ftp service.

laura

"Zac Hester" <ne**@planetzac .net> ha scritto nel messaggio
news:3f******@n ews.enetis.net. ..
On Windows, you can't beat TextPad (textpad.com). For those of you
developing on your Windows box and transfering to your UN*X/linux box this
seems to be the best program I've found. It's very powerful and flexible.
It's super-easy to learn and use. It allows you to set up hot keys to run
external programs (like FTP clients and compilers) with a single keystroke. It's by far the best 20-some-odd dollars I've ever spent on a piece of
software. (It has helped me write a couple thousand dollars worth of
software since I found it.)

- Syntax Highlighting
- Macro Sequences
- Hot Keys (to editor commands or external programs)
- Character/Tag Libraries (Clip Libraries)
- Spell Checking
- Multiple Document Management
- Regular Expression Search/Replace
- Supports all text file encoding types.

On UN*X, I've been working with XEmacs and after you get passed the learning curve, it has proven to be extremely powerful. I've also used KATE (KDE
Advanced Text Editor) which seemed to do just fine and had very little
overhead. A good choice for people used to Windows software.

If you're looking for a true IDE (not just a string of programs that work
well together), I've yet to find one that wasn't very clunky and slow. In
my experience, it's best to just install Apache and PHP on your desktop,
edit the files using your favorite text editor, and have a browser open to
the pages you're editing. The other option (without installing Apache/PHP) is to set up an advanced text editor (like XEmacs or TextPad) to
automatically update your files on the remote host. When I'm editing on
Windows and need to keep the files up-to-date on my server, I use TextPad
with FTPVoyager (it has a nice command-line interface which makes it easy to set up an automated task in TextPad).

If you're going to use a text editor and combine it with other programs,
you'll be way better off when working with other development environments.
Nobody only programs in PHP and doesn't ever touch HTML, JavaScript, or XML. I need to be able to work with all of these languages (and a few more).
Using nine different editors is a waste.

XEmacs is open source, and TextPad is free to try. Have a look and see what you think.

Take care,
Zac

"Frank" <fp****@pop.net > wrote in message
news:5a******** *************** ***@posting.goo gle.com...
What is the best IDE for developing PHP applications?
What do you use and why?
Thanks.


Jul 16 '05 #8
can you explain better how I can do to integrate ftp into Textpad?
I still love it!

laura
"Zac Hester" <ne**@planetzac .net> ha scritto nel messaggio
news:3f******@n ews.enetis.net. ..
On Windows, you can't beat TextPad (textpad.com). For those of you
developing on your Windows box and transfering to your UN*X/linux box this
seems to be the best program I've found. It's very powerful and flexible.
It's super-easy to learn and use. It allows you to set up hot keys to run
external programs (like FTP clients and compilers) with a single keystroke. It's by far the best 20-some-odd dollars I've ever spent on a piece of
software. (It has helped me write a couple thousand dollars worth of
software since I found it.)

- Syntax Highlighting
- Macro Sequences
- Hot Keys (to editor commands or external programs)
- Character/Tag Libraries (Clip Libraries)
- Spell Checking
- Multiple Document Management
- Regular Expression Search/Replace
- Supports all text file encoding types.

On UN*X, I've been working with XEmacs and after you get passed the learning curve, it has proven to be extremely powerful. I've also used KATE (KDE
Advanced Text Editor) which seemed to do just fine and had very little
overhead. A good choice for people used to Windows software.

If you're looking for a true IDE (not just a string of programs that work
well together), I've yet to find one that wasn't very clunky and slow. In
my experience, it's best to just install Apache and PHP on your desktop,
edit the files using your favorite text editor, and have a browser open to
the pages you're editing. The other option (without installing Apache/PHP) is to set up an advanced text editor (like XEmacs or TextPad) to
automatically update your files on the remote host. When I'm editing on
Windows and need to keep the files up-to-date on my server, I use TextPad
with FTPVoyager (it has a nice command-line interface which makes it easy to set up an automated task in TextPad).

If you're going to use a text editor and combine it with other programs,
you'll be way better off when working with other development environments.
Nobody only programs in PHP and doesn't ever touch HTML, JavaScript, or XML. I need to be able to work with all of these languages (and a few more).
Using nine different editors is a waste.

XEmacs is open source, and TextPad is free to try. Have a look and see what you think.

Take care,
Zac

"Frank" <fp****@pop.net > wrote in message
news:5a******** *************** ***@posting.goo gle.com...
What is the best IDE for developing PHP applications?
What do you use and why?
Thanks.


Jul 16 '05 #9
On Thu, 10 Jul 2003 09:41:52 -0700, Frank wrote:
What is the best IDE for developing PHP applications?
I don't know about IDE, but I use gPHPEdit...
What do you use and why?


Because I wrote it and am continually adding user-requested features...
;-)

Cheers,
Andy

Jul 16 '05 #10

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

Similar topics

15
2236
by: John J | last post by:
I've written the following code into a class to search for and display the results of all races entered (The complete code is in a previous thread). I wish to amend the code so as to display the best result only. Can anyone suggest a simple amendment to the following that will result in only the best result being displayed?
136
9443
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their code was littered with document.all and eval, for example, and I wanted to create a practical list of best practices that they could easily put to use. The above URL is version 1.0 (draft) that resulted. IMO, it is not a replacement for the FAQ,...
20
11326
by: hagai26 | last post by:
I am looking for the best and efficient way to replace the first word in a str, like this: "aa to become" -> "/aa/ to become" I know I can use spilt and than join them but I can also use regular expressions and I sure there is a lot ways, but I need realy efficient one
3
4004
by: Irene | last post by:
Hi all, I have set up a simple VB program (and later on an ASP interface) to manage an Athletics database. I'm using Access 2000. To simplify, I have the Athlets, the Competitions and the Scores tables. When I want to list of the best scores/ranking, I just do:
5
1812
by: l.woods | last post by:
I want your recommendation on which ASP.NET Shopping Cart software I should buy? Best code Best documentation Best support (if needed. I will buying source code, if possible) TIA, Larry Woods
10
3481
by: jojobar | last post by:
Hello, I am trying to use vs.net 2005 to migrate a project originally in vs.net 2003. I started with creation of a "web site", and then created folders for each component of the site. I read somewhere that each folder under the "web site" is compiled in separate assembly. I however, did not find that the "web site" creation in vs.net 2005 created any AssemblyInfo.cs file.
10
3003
by: Ren | last post by:
Hi All, I'm still rather new at vb.net and would like to know the proper way to access private varibables in a class. Do I access the variable directly or do I use the public property? public class MyClass private _variableName as integer public property VariableName as integer
4
1840
by: Ned Balzer | last post by:
Hi all, I am pretty new to asp.net; I've done lots of classic asp, but am just beginning to get my mind wrapped around .net. What I'd like to do is include some code that tests if a user is logged in, on each and every page, and redirects the user to a login page if s/he's not logged in. The login page will also take care of some standard setup, such as choosing/populating a user profile. I used to use <!-- #include ... --for this,...
24
2197
by: Earl | last post by:
I have all of my data operations in a separate library, so I'm looking for what might be termed "best practices" on a return type from those classes. For example, let's say I send an update from the UI layer to a method in a library class that calls the stored procedure. Best to return a boolean indicating success/failure, return a string with the exception message, or just return the entire exception?
11
4701
by: ankitmathur | last post by:
Hi, I'm trying to overcome a situation whereby I have to search through 4-5 columns and produce the results with an order by according to the values matched in these columns. Example: My Table Structure: Create Table TestPfx
0
9345
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10115
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9905
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9775
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8780
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7332
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
3881
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3456
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2752
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.