Click to See Complete Forum and Search --> : Please, recommend good (visual) editor for PHP


Daria
10-06-2003, 12:22 PM
subj.

pyro
10-06-2003, 12:41 PM
Well, since you didn't say it had to be free (most seem to do so, when they ask :rolleyes: ), I'm going to highly recommend Dreamweaver (exp. Dreamweaver MX 2004). I used to use MX to do all my PHP programming, but have been using the demo of MX 2004 for about 2 weeks, and will upgrade to that soon (probably as soon as my demo runs out, and I'll be wondering why I didn't order it sooner... :D)

Daria
10-06-2003, 01:11 PM
Free would be nice but it doesn't have to be :)

I use Dreamweaver 4 for my development, didn't get to MX yet (shame on me!).

Does MX show php code in colors?

micjohnson
10-06-2003, 01:32 PM
Yes it does

Daria
10-06-2003, 01:38 PM
beeauutiful.

Daot Lagorille
10-06-2003, 01:50 PM
Hey pyro -

I use MX for the bones of all my php code, and then I hand code in the little extras and crap that mx won't do. How is MX 4 in comparison? You seem to like it - what are the new features, etc? Why so good? Why do I ask so many questions?

Gweilo
10-06-2003, 02:58 PM
I personally only use WeaverSlave (http://www.weaverslave.ws), although I have Dreamweaver MX. There's really nothing I miss with that program.
And best of all, it's free!

fyrestrtr
10-06-2003, 03:26 PM
If by "visual" code editor you mean something that highlights PHP code, there are quite a few out there that do that. A short list of the few editors (not IDEs) that I have used:

- EditPlus (free trial, $30)
PHP code highlighting
FTP support
Site/Project support (ala DWMX)
Lightweight
Multiple file search and replace

- vim
syntax higlighting
almost standard on Linux/Unix
windows port available
quite a learning curve
free

- SciTE
Unix/Linux editor
Excellent windows port
Free
Function/block folding functionality
Syntax highlighting
"Intellisense"-style lookups
Very lightweight
Natively exports to PDF (great plus)
Can edit just about any file you can think of

There is an excellent listing (http://phpeditors.linuxbackup.co.uk/) of php editors that you can have a look at.

Daria
10-06-2003, 06:57 PM
THANKS, PEOPLE!!!

pyro
10-06-2003, 07:12 PM
I don't have any problem doing anything in PHP in MX or MX 2004, as I hard code everything I do. I've never used any of the prebuilt tag handling, etc, so I can't tell you if 2004 is better or not (except for one little difference that I noticed, which is that 2004 has support [aka. syntax highlighting and intelliText] for the preg_split() funciton :p).

piersk
10-09-2003, 05:01 AM
If you don't mind spending a bit of money and just want syntax highlighting rather than using a WYSIWYG (like DW) then I can thouroughly recommend Zend Studio (http://www.zend.com/store/products/zend-studio.php), the Ultimate PHP tool (it was written by the guys who came up with PHP to start with)

eomer
10-09-2003, 09:26 AM
I personally like jedit (http://www.jedit.org) simply because I do a lot of "traveling" between windows and linux. I used to use MX, but had some problems with it slowing down after I added several sites (I do some upkeep on some pretty big sites). It has it's pluses and negatives that's for sure.
And if you're like me you like the "$variables" in quotes like this to be colored. MX didn't do that. I have heard recently that their was a way, but I've already converted to the Dark Side :D :rolleyes: .
So whatever you like....there are TONS of free editors with syntax highlighting, and also others which aren't free.

fyrestrtr
10-10-2003, 02:21 AM
Originally posted by piersk
If you don't mind spending a bit of money and just want syntax highlighting rather than using a WYSIWYG (like DW) then I can thouroughly recommend Zend Studio (http://www.zend.com/store/products/zend-studio.php), the Ultimate PHP tool (it was written by the guys who came up with PHP to start with)

Sorry, but Zend didn't create PHP.

piersk
10-10-2003, 03:15 AM
Ok, sorry, that should have been the guys who cam up with the first major version of PHP (PHP3).

fyrestrtr
10-10-2003, 04:54 AM
I would like to know where you are coming up with this information.

From zend.com itself -

Zend’s founders are the designers of PHP 4 and the Zend Engine 1.0; on which all PHP sites and applications are run.

Zend didn't create php3, or anything like that. Zend was created by the people that developed PHP. Zend's major contribution is the Zend Engine.

They are currently the biggest company dedicated to PHP, but they certainly didn't create it, nor did they release any version of it.

piersk
10-10-2003, 04:57 AM
Quote from here (http://www.php.net/manual/en/history.php) (look under PHP3):PHP 3.0 was the first version that closely resembles PHP as we know it today. It was created by Andi Gutmans and Zeev Suraski

If you read down a bit, you'll see that it goes on to say:The new engine, dubbed 'Zend Engine' (comprised of their first names, Zeev and Andi),

They came up with PHP3 and then created the Zend engine.

fyrestrtr
10-10-2003, 05:11 AM
Zend engine not Zend the company. I'm not going to tussle with you on this one.:rolleyes:

piersk
10-10-2003, 05:24 AM
Apologies, you're right. I knew that Zeev Suraski was a co-founder of Zend (the company) so I thought that Andi Gutmans was as well.

My bad :rolleyes: