Re: [PHP] PHP editor

2007-04-13 Thread Timothy Murphy
On Fri 13 Apr 2007, Jay Blanchard wrote: [snip] Just showing my ignorance, probably, but what exactly is meant by a PHP editor? Does it mean an editor for editing PHP scripts, or an editor written in PHP? [/snip] Something to edit PHP with...unless you're trying to be funny I wasn't

Re: [PHP] PHP editor

2007-04-12 Thread Tijnema !
For win i'm using Macromedia Dreamwaver, it's not free, but it has great interface with servers not on your own PC, i'm using several different servers, and i have them all listed in Dreamwaver. I click on a file on one of the servers, and it loads, and when i press save, it saves directly to the

[PHP] PHP editor

2007-04-11 Thread Jonathan Kahan
Hi all, I beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E. permanently free not 30 day trial) of a good php editor. The ones i am seeing all only allow usage for a limited time. Kind Regards Jonathan Kahan

RE: [PHP] PHP editor

2007-04-11 Thread Jay Blanchard
[snip] I beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E. permanently free not 30 day trial) of a good php editor. The ones i am seeing all only allow usage for a limited time. [/snip] Eclipse Notepad 2 -- PHP

Re: [PHP] PHP editor

2007-04-11 Thread jgodish
Check Out Easy Eclipse http://www.easyeclipse.org/site/home/ Quoting Jonathan Kahan [EMAIL PROTECTED]: Hi all, I beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E. permanently free not 30 day trial) of a good php

Re: [PHP] PHP editor

2007-04-11 Thread Jochem Maas
Jonathan Kahan wrote: Hi all, I beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E. permanently free not 30 day trial) of a good php editor. The ones i am seeing all only allow usage for a limited time. STFA, STFW

Re: [PHP] PHP editor

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 10:12 -0400, Jonathan Kahan wrote: Hi all, I beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E. permanently free not 30 day trial) of a good php editor. The ones i am seeing all only allow

[PHP] Re: PHP editor

2007-04-11 Thread Steve
) of a good php editor. The ones i am seeing all only allow usage for a limited time. Kind Regards Jonathan Kahan Systems Developer Estrin Technologies, inc. 1375 Broadway, 3rd Floor, New York, NY, 10018

Re: [PHP] PHP editor

2007-04-11 Thread Philip Thompson
On Apr 11, 2007, at 9:17 AM, Jochem Maas wrote: Jonathan Kahan wrote: Hi all, I beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E. permanently free not 30 day trial) of a good php editor. The ones i am seeing all

[PHP] Re: PHP editor

2007-04-11 Thread Al
. permanently free not 30 day trial) of a good php editor. The ones i am seeing all only allow usage for a limited time. Kind Regards Jonathan Kahan Systems Developer Estrin Technologies, inc. 1375 Broadway, 3rd Floor, New York

Re: [PHP] PHP editor

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 10:30 -0500, Philip Thompson wrote: Obviously some people think this is NOT in the realm of php. Nonetheless, I think it's a relevant question and others have answered it well. Relevant sure... but the answers are in the frickin' archives several times over. Cheers,

Re: [PHP] PHP editor

2007-04-11 Thread afan
On Apr 11, 2007, at 9:17 AM, Jochem Maas wrote: Jonathan Kahan wrote: Hi all, I beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E. permanently free not 30 day trial) of a good php editor. The ones i am seeing

Re: [PHP] PHP editor

2007-04-11 Thread Jochem Maas
Robert Cummings wrote: On Wed, 2007-04-11 at 10:30 -0500, Philip Thompson wrote: Obviously some people think this is NOT in the realm of php. Nonetheless, I think it's a relevant question and others have answered it well. Relevant sure... but the answers are in the frickin' archives

[PHP] Re: PHP editor

2007-04-11 Thread Sady Marcos
PROTECTED] Hi all, I beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E. permanently free not 30 day trial) of a good php editor. The ones i am seeing all only allow usage for a limited time. Kind Regards Jonathan

Re: [PHP] PHP editor

2007-04-11 Thread Zoltán Németh
beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E. permanently free not 30 day trial) of a good php editor. The ones i am seeing all only allow usage for a limited time. Kind Regards Jonathan Kahan

Re: [PHP] PHP editor

2007-04-11 Thread Susana Carrasco
For Win, I use either Notepad++ or PHP Designer (www.mpsoftware.org). For Linux I use Joe.

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-28 Thread Jochem Maas
Larry Garfield wrote: On Saturday 27 January 2007 1:14 pm, Jochem Maas wrote: query builders are alot more fiddly to get 'right' than one might imagine, dealing with NULLs, booleans and dates for example (as Satyam pointed out) can be a right PITA. I actually almost never use native date

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-28 Thread Satyam
- Original Message - From: Jochem Maas [EMAIL PROTECTED] To: Larry Garfield [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Sunday, January 28, 2007 12:55 PM Subject: Re: [PHP] SQL Readability.. (was Re: most powerful php editor) Larry Garfield wrote: On Saturday 27 January

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-28 Thread Larry Garfield
On Sunday 28 January 2007 5:55 am, Jochem Maas wrote: And yes, I agree that MySQL has fairly decent date manipulation routines. But at work we do try for database independence when possible, so except on specific projects we try to avoid it. again we differ :-) I have never bought the

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-27 Thread Satyam
- Original Message - From: Larry Garfield [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Saturday, January 27, 2007 12:18 AM Subject: Re: [PHP] SQL Readability.. (was Re: most powerful php editor) I have long since given up on raw insert/update/delete statements as the syntax

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-27 Thread Jochem Maas
Larry Garfield wrote: I have long since given up on raw insert/update/delete statements as the syntax is all kinds nasty. These days I just do this, which is even easier and more powerful: http://www.garfieldtech.com/blog/simplifying-sql a quick look at those funcs gives me the

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-27 Thread Robert Cummings
On Sat, 2007-01-27 at 14:43 +0100, Jochem Maas wrote: also I don't really agree with the sentiment that SQL syntax is nasty, Hear, hear :) Cheers, Rob. -- .. | InterJinn Application Framework - http://www.interjinn.com |

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-27 Thread Larry Garfield
On Saturday 27 January 2007 7:43 am, Jochem Maas wrote: Larry Garfield wrote: I have long since given up on raw insert/update/delete statements as the syntax is all kinds nasty. These days I just do this, which is even easier and more powerful:

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-27 Thread Jochem Maas
Larry Garfield wrote: On Saturday 27 January 2007 7:43 am, Jochem Maas wrote: Larry Garfield wrote: I have long since given up on raw insert/update/delete statements as the syntax is all kinds nasty. These days I just do this, which is even easier and more powerful:

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-27 Thread Larry Garfield
On Saturday 27 January 2007 1:14 pm, Jochem Maas wrote: query builders are alot more fiddly to get 'right' than one might imagine, dealing with NULLs, booleans and dates for example (as Satyam pointed out) can be a right PITA. I actually almost never use native date types in the SQL

[PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-26 Thread tg-php
My contribution to the insanity.. INSERT statements made easy: $genericQY = INSERT INTO MOD_LMGR_Leads (; $genericQYvalues = VALUES (; $genericQY .= FirstName,; $genericQYvalues .= 'John',; $genericQY .= LastName; $genericQYvalues .= 'Smith';

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-26 Thread Jochem Maas
[EMAIL PROTECTED] wrote: My contribution to the insanity.. INSERT statements made easy: can't stand long var names if they're not absolutely necessary (JMO). although I follow TG's logic here I don't find it that readable, too many dots, [double]quotes, etc for my taste. $genericQY =

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-26 Thread Stut
[EMAIL PROTECTED] wrote: My contribution to the insanity.. INSERT statements made easy: $genericQY = INSERT INTO MOD_LMGR_Leads (; $genericQYvalues = VALUES (; $genericQY .= FirstName,; $genericQYvalues .= 'John',; $genericQY .= LastName;

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-26 Thread Jon Anderson
This may not be an option for many people, 'cause ISPs and web hosts may not be forward-thinking enough to install PDO or recent PHP, but... PDO can do do this in a very database independant way, without having to do the equivalent of mysql_real_escape_string: $table = 'xyz'; $data = array(

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-26 Thread Jochem Maas
Jon Anderson wrote: This may not be an option for many people, 'cause ISPs and web hosts may not be forward-thinking enough to install PDO or recent PHP, but... PDO can do do this in a very database independant way, without having to do the equivalent of mysql_real_escape_string: $table =

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-26 Thread tg-php
Strangely enough, Stut and Jochem, I DO find this more readable. Hah. I know, I'm insane. I have done it the way you guys proposed, using an associative array and using the keys and values as the columns and insert values. While that is what I'd call tighter code and when you understand what

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-26 Thread Satyam
- Original Message - From: Stut [EMAIL PROTECTED] You call that readable?? $vals = array(); $vals['FirstName'] = 'John'; $vals['LastName'] = 'Smith'; $query = mysql_query(BuildInsert('MOD_LMGR_Leads', $vals)); function BuildInsert($table, $values) { foreach (array_keys($values) as

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-26 Thread Robert Cummings
On Fri, 2007-01-26 at 16:30 +, Stut wrote: [EMAIL PROTECTED] wrote: My contribution to the insanity.. INSERT statements made easy: $genericQY = INSERT INTO MOD_LMGR_Leads (; $genericQYvalues = VALUES (; $genericQY .= FirstName,; $genericQYvalues .=

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-26 Thread Robert Cummings
On Fri, 2007-01-26 at 12:25 -0500, [EMAIL PROTECTED] wrote: Strangely enough, Stut and Jochem, I DO find this more readable. Hah. I know, I'm insane. I have done it the way you guys proposed, using an associative array and using the keys and values as the columns and insert values. While

Re: [PHP] SQL Readability.. (was Re: most powerful php editor)

2007-01-26 Thread Larry Garfield
I have long since given up on raw insert/update/delete statements as the syntax is all kinds nasty. These days I just do this, which is even easier and more powerful: http://www.garfieldtech.com/blog/simplifying-sql On Friday 26 January 2007 10:03 am, [EMAIL PROTECTED] wrote: My contribution

Re: [PHP] most powerful php editor

2007-01-25 Thread Sancar Saran
On Wednesday 24 January 2007 15:41, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-01-24 13:57:03 +0200: and also in these days I'm looking for 19 inch (or more) wide LCD sceerns to able to fit longer lines in my screen... Number of reading errors people make grows with line length,

Re: [PHP] most powerful php editor

2007-01-25 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-25 11:06:22 +0200: On Wednesday 24 January 2007 15:41, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-01-24 13:57:03 +0200: and also in these days I'm looking for 19 inch (or more) wide LCD sceerns to able to fit longer lines in my screen... Number of

Re: [PHP] most powerful php editor

2007-01-25 Thread clive
Vinicius C Silva wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? Just thought I'd add my bit, I used to use phpedit when I developed on a windows systems, then I started using Zend. Ive now moved to linux and still use Zend

Re: [PHP] most powerful php editor

2007-01-25 Thread Robert Cummings
On Thu, 2007-01-25 at 10:12 +, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-01-25 11:06:22 +0200: On Wednesday 24 January 2007 15:41, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-01-24 13:57:03 +0200: and also in these days I'm looking for 19 inch (or more) wide LCD

Fwd: Re: [PHP] most powerful php editor

2007-01-25 Thread Børge Holen
On Thursday 25 January 2007 08:14, David Robley wrote: tedd wrote: At 9:07 PM -0500 1/24/07, Robert Cummings wrote: Code structure Ahem to that! You're on a roll brother -- keep going. Can I get another Ahem?! tedd I'll see your 'Ahem' and raise you an 'Amen' :-) 'n a God

Re: [PHP] most powerful php editor

2007-01-25 Thread Richard Lynch
On Thu, January 25, 2007 3:06 am, Sancar Saran wrote: On Wednesday 24 January 2007 15:41, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-01-24 13:57:03 +0200: and also in these days I'm looking for 19 inch (or more) wide LCD sceerns to able to fit longer lines in my screen... Number of

Re: [PHP] most powerful php editor

2007-01-25 Thread Richard Lynch
On Wed, January 24, 2007 8:07 pm, Robert Cummings wrote: On Wed, 2007-01-24 at 18:23 -0600, Richard Lynch wrote: On Wed, January 24, 2007 7:41 am, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-01-24 13:57:03 +0200: and also in these days I'm looking for 19 inch (or more) wide LCD

Re: [PHP] most powerful php editor

2007-01-24 Thread Robin Vickery
On 21/01/07, Arno Kuhl [EMAIL PROTECTED] wrote: -Original Message- From: Vinicius C Silva [mailto:[EMAIL PROTECTED] Sent: 21 January 2007 02:54 To: php-general@lists.php.net Subject: [PHP] most powerful php editor For me the analogy goes something like this: if you type the occasional

Re: [PHP] most powerful php editor

2007-01-24 Thread Robert Cummings
On Wed, 2007-01-24 at 10:31 +, Robin Vickery wrote: On 21/01/07, Arno Kuhl [EMAIL PROTECTED] wrote: -Original Message- From: Vinicius C Silva [mailto:[EMAIL PROTECTED] Sent: 21 January 2007 02:54 To: php-general@lists.php.net Subject: [PHP] most powerful php editor

Re: [PHP] most powerful php editor

2007-01-24 Thread Sancar Saran
I believe this was related to what did you want to do with your editor. I use these editors Linux - KDE - Kate Win32 - Ultra Edit Both are support UTF8 and both can handle more than one file at one session.. Enough search and replace abilites. Both can highlight code... I wish to KDE (and

Re: [PHP] most powerful php editor

2007-01-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-24 13:57:03 +0200: and also in these days I'm looking for 19 inch (or more) wide LCD sceerns to able to fit longer lines in my screen... Number of reading errors people make grows with line length, this has been known for as long as I remember. You're increasing

Re: [PHP] most powerful php editor

2007-01-24 Thread Robert Cummings
On Wed, 2007-01-24 at 13:41 +, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-01-24 13:57:03 +0200: and also in these days I'm looking for 19 inch (or more) wide LCD sceerns to able to fit longer lines in my screen... Number of reading errors people make grows with line length,

Re: [PHP] most powerful php editor

2007-01-24 Thread Miles Thompson
At 09:41 AM 1/24/2007, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-01-24 13:57:03 +0200: and also in these days I'm looking for 19 inch (or more) wide LCD sceerns to able to fit longer lines in my screen... Number of reading errors people make grows with line length, this has been

Re: [PHP] most powerful php editor

2007-01-24 Thread Jon Anderson
Miles Thompson wrote: More seriously, many times I've taken a It's right, but not working, dammit! SQL statement, broken it up so it's listed vertically and discovered the error. Just my 2 cents worth... SQL actually does lend itself rather well to normal code style indenting, even though

Re: [PHP] most powerful php editor

2007-01-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-24 10:44:21 -0400: Rather than a wide monitor, I'd like to have a tall one - say 21 square. Wide screens are nice, you can have more 80-char terminals next to each other. -- How many Vietnam vets does it take to screw in a light bulb? You don't know, man. You

Re: [PHP] most powerful php editor

2007-01-24 Thread tedd
At 10:04 AM -0500 1/24/07, Jon Anderson wrote: Miles Thompson wrote: More seriously, many times I've taken a It's right, but not working, dammit! SQL statement, broken it up so it's listed vertically and discovered the error. Just my 2 cents worth... SQL actually does lend itself rather well

Re: [PHP] most powerful php editor

2007-01-24 Thread Richard Lynch
On Wed, January 24, 2007 7:41 am, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-01-24 13:57:03 +0200: and also in these days I'm looking for 19 inch (or more) wide LCD sceerns to able to fit longer lines in my screen... Number of reading errors people make grows with line length, this

Re: [PHP] most powerful php editor

2007-01-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-24 18:23:10 -0600: On Wed, January 24, 2007 7:41 am, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-01-24 13:57:03 +0200: and also in these days I'm looking for 19 inch (or more) wide LCD sceerns to able to fit longer lines in my screen... Number of

Re: [PHP] most powerful php editor

2007-01-24 Thread Curt Zirzow
On 1/20/07, Vinicius C Silva [EMAIL PROTECTED] wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? So now we have a 4 day thread of discussing nothing but, this is what i use Curt. -- PHP General Mailing List (http

Re: [PHP] most powerful php editor

2007-01-24 Thread Jochem Maas
Curt Zirzow wrote: On 1/20/07, Vinicius C Silva [EMAIL PROTECTED] wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? So now we have a 4 day thread of discussing nothing but, this is what i use let see if we can make

Re: [PHP] most powerful php editor

2007-01-24 Thread John Meyer
Jochem Maas wrote: Curt Zirzow wrote: On 1/20/07, Vinicius C Silva [EMAIL PROTECTED] wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? So now we have a 4 day thread of discussing nothing but, this is what i use let see

Re: [PHP] most powerful php editor

2007-01-24 Thread Robert Cummings
On Wed, 2007-01-24 at 18:23 -0600, Richard Lynch wrote: On Wed, January 24, 2007 7:41 am, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-01-24 13:57:03 +0200: and also in these days I'm looking for 19 inch (or more) wide LCD sceerns to able to fit longer lines in my screen... Number

Re: [PHP] most powerful php editor

2007-01-24 Thread Robert Cummings
On Wed, 2007-01-24 at 18:48 -0700, John Meyer wrote: Jochem Maas wrote: Curt Zirzow wrote: On 1/20/07, Vinicius C Silva [EMAIL PROTECTED] wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? So now we have a 4 day thread

Re: [PHP] most powerful php editor

2007-01-24 Thread Larry Garfield
On Wednesday 24 January 2007 8:07 pm, Robert Cummings wrote: There is no way in hell one long line of SQL is easier to read than formatted SQL that clearly delineates the clause structure. Sure there is. If it's a very simple SQL statement. I have at various times done all of the following,

Re: [PHP] most powerful php editor

2007-01-24 Thread Robert Cummings
On Wed, 2007-01-24 at 20:44 -0600, Larry Garfield wrote: On Wednesday 24 January 2007 8:07 pm, Robert Cummings wrote: There is no way in hell one long line of SQL is easier to read than formatted SQL that clearly delineates the clause structure. Sure there is. If it's a very simple SQL

Re: [PHP] most powerful php editor

2007-01-24 Thread tedd
At 6:48 PM -0700 1/24/07, John Meyer wrote: If we want to argue about this, let's set a few guidelines as to what powerful means. I propose these guidelines 1. Syntax highlighting 2. Web server integration 3. Link checking 4. Browser check in the top three (Mozilla-IE-Opera) Now maybe you

Re: [PHP] most powerful php editor

2007-01-24 Thread tedd
At 9:07 PM -0500 1/24/07, Robert Cummings wrote: Dear Mr Lynch, normally I highly respect your commentary on the list, but today I think you've been-a-smoking the crackpipe a tad too much. There is no way in hell one long line of SQL is easier to read than formatted SQL that clearly delineates

Re: [PHP] most powerful php editor

2007-01-24 Thread Larry Garfield
On Wednesday 24 January 2007 7:48 pm, John Meyer wrote: Jochem Maas wrote: Curt Zirzow wrote: On 1/20/07, Vinicius C Silva [EMAIL PROTECTED] wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? So now we have a 4 day thread

Re: [PHP] most powerful php editor

2007-01-24 Thread David Robley
tedd wrote: At 9:07 PM -0500 1/24/07, Robert Cummings wrote: Code structure Ahem to that! You're on a roll brother -- keep going. Can I get another Ahem?! tedd I'll see your 'Ahem' and raise you an 'Amen' :-) Cheers -- David Robley Vultures only fly with carrion luggage. Today

Re: [PHP] most powerful php editor

2007-01-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-25 02:21:34 +0100: Curt Zirzow wrote: On 1/20/07, Vinicius C Silva [EMAIL PROTECTED] wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? So now we have a 4 day thread of discussing nothing

Re: [PHP] most powerful php editor

2007-01-23 Thread Richard Lynch
On Sat, January 20, 2007 6:54 pm, Vinicius C Silva wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? vi on a Crey. :-) -- Some people have a gift link here. Know what I want? I want you to buy a CD from some starving artist. http

RE: [PHP] most powerful php editor

2007-01-21 Thread Peter Lauri
-Original Message- From: Vinicius C Silva [mailto:[EMAIL PROTECTED] Sent: Sunday, January 21, 2007 2:54 AM To: php-general@lists.php.net Subject: [PHP] most powerful php editor hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? -- PHP

Re: [PHP] Re: most powerful php editor

2007-01-21 Thread Jochem Maas
Gregory Beaver wrote: Vinicius C Silva wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? I am that's it, consider yourself enrolled in a Celebrity Death Match against mr Lerdorf :-P Yours, Greg -- PHP General Mailing

Re: [PHP] most powerful php editor

2007-01-21 Thread Robert Cummings
On Sat, 2007-01-20 at 22:54 -0200, Vinicius C Silva wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? Everyone knows, everyone probably being me, that joe is the best: http://sourceforge.net/projects/joe-editor/ Cheers, Rob

Re: [PHP] most powerful php editor

2007-01-21 Thread Miles Thompson
At 08:21 AM 1/21/2007, Robert Cummings wrote: On Sat, 2007-01-20 at 22:54 -0200, Vinicius C Silva wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? EditPlus or UltraEdit - particularly like the former because I can edit files

Re: [PHP] most powerful php editor

2007-01-21 Thread tg-php
here. what is the most powerful php editor? ___ Sent by ePrompter, the premier email notification software. Free download at http://www.ePrompter.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] most powerful php editor

2007-01-21 Thread Satyam
together over time, but if you start from scratch, this product is great. Satyam - Original Message - From: [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Sunday, January 21, 2007 3:58 PM Subject: Re: [PHP] most powerful php editor God I love this list.. great answers

Re: [PHP] most powerful php editor

2007-01-21 Thread Larry Garfield
: [PHP] most powerful php editor hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? -- Larry Garfield AIM: LOLG42 [EMAIL PROTECTED] ICQ: 6817012 If nature has made any one thing less susceptible than all others

RE: [PHP] most powerful php editor

2007-01-21 Thread Peter Lauri
[mailto:[EMAIL PROTECTED] Sent: Sunday, January 21, 2007 9:31 PM To: php-general@lists.php.net Subject: Re: [PHP] most powerful php editor That's interesting. I've been trying to use Eclipse, and its code-assistance for PHP is some of the worst I've ever used. I can't type array without it trying

Re: [PHP] most powerful php editor

2007-01-21 Thread Curt Zirzow
On 1/20/07, Vinicius C Silva [EMAIL PROTECTED] wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? I think Stut hinted a lot in his PS he provided, if you believe this to be a common question, it would be best to research

Re: [PHP] most powerful php editor

2007-01-21 Thread tedd
At 10:05 AM -0400 1/21/07, Miles Thompson wrote: Which then leads me towards ZEND, although I've never used it. I purchased the Pro version (ZendStudioClient) but considering that I couldn't get it to work with my host in real time, I went back to GoLive for the Mac. That way my develop,

RE: [PHP] most powerful php editor

2007-01-21 Thread Arno Kuhl
-Original Message- From: Vinicius C Silva [mailto:[EMAIL PROTECTED] Sent: 21 January 2007 02:54 To: php-general@lists.php.net Subject: [PHP] most powerful php editor hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor

RE: [PHP] most powerful php editor

2007-01-21 Thread Robert Cummings
On Mon, 2007-01-22 at 01:22 +0200, Arno Kuhl wrote: For me the analogy goes something like this: if you type the occasional letter or note then Wordpad is perfectly adequate, but if your livelihood is churning out professional well-formatted heavy-weight documents then it pays you to invest

RE: [PHP] most powerful php editor

2007-01-21 Thread Arno Kuhl
-Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: 22 January 2007 01:32 To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: RE: [PHP] most powerful php editor On Mon, 2007-01-22 at 01:22 +0200, Arno Kuhl wrote: For me the analogy goes something like

RE: [PHP] most powerful php editor

2007-01-21 Thread Robert Cummings
On Mon, 2007-01-22 at 02:13 +0200, Arno Kuhl wrote: -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: 22 January 2007 01:32 To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: RE: [PHP] most powerful php editor On Mon, 2007-01-22 at 01:22 +0200

Re: [PHP] most powerful php editor

2007-01-21 Thread John Meyer
Dear god Arnot, would you like to stand back for a moment and consider how retarded those statements are, or would you like for me to do it for you? Whether you use a powerful IDE or not, you still have to use the same compiler underneath. In PHP, that compiler is the web server. Unless you

Re: [PHP] most powerful php editor

2007-01-21 Thread Larry Garfield
PROTECTED] Sent: Sunday, January 21, 2007 9:31 PM To: php-general@lists.php.net Subject: Re: [PHP] most powerful php editor That's interesting. I've been trying to use Eclipse, and its code-assistance for PHP is some of the worst I've ever used. I can't type array without it trying to complete

RE: [PHP] most powerful php editor

2007-01-21 Thread Arno Kuhl
-Original Message- From: John Meyer [mailto:[EMAIL PROTECTED] Sent: 22 January 2007 03:15 To: php-general@lists.php.net Subject: Re: [PHP] most powerful php editor Dear god Arnot, would you like to stand back for a moment and consider how retarded those statements are, or would you like

[PHP] most powerful php editor

2007-01-20 Thread Vinicius C Silva
hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor?

Re: [PHP] most powerful php editor

2007-01-20 Thread Stut
Vinicius C Silva wrote: hi everyone! doctor name=nickHi everybody!/doctor i'd like to ask something maybe commonly asked here. what is the most powerful php editor? Definitely the chainsaw. Lets you slice your PHP scripts up into iddy biddy pieces so you can try different combinations

[PHP] Re: most powerful php editor

2007-01-20 Thread Gregory Beaver
Vinicius C Silva wrote: hi everyone! i'd like to ask something maybe commonly asked here. what is the most powerful php editor? I am Yours, Greg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] most powerful php editor

2007-01-20 Thread Jay Blanchard
[snip] i'd like to ask something maybe commonly asked here. what is the most powerful php editor? [/snip] What is power when regarding a PHP editor? My team uses Eclipse but we are all comfortable with VI or PICO. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] most powerful php editor

2007-01-20 Thread Tom Cruickshank
, 2007 10:31 PM To: Vinicius C Silva; php-general@lists.php.net Subject: RE: [PHP] most powerful php editor [snip] i'd like to ask something maybe commonly asked here. what is the most powerful php editor? [/snip] What is power when regarding a PHP editor? My team uses Eclipse but we are all

[PHP] Protoeditor 1.0 (PHP editor)

2006-06-25 Thread Thiago Silva
Hello, I've just released version 1.0 of Protoeditor. Protoeditor is a small KDE text editor (so, for GNU/Linux desktops) developed for debugging scripts interactively. Currently you can use it to edit and debug PHP scripts interactively, with step into/over/out, breakpoints, inspecting

RE: [PHP] editor

2005-10-16 Thread yangshiqi1089
It's also could be vim. -Original Message- From: Hodicska Gergely [mailto:[EMAIL PROTECTED] Sent: Saturday, October 15, 2005 9:48 PM To: php general help Subject: Re: [PHP] editor I read somewhere about an editor, which has built in support for phpdocumentator and creating unit test

Re: [PHP] editor

2005-10-15 Thread Hodicska Gergely
to google not php editor unit test support, but only php editor simpletest. Regards, Felhő -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] editor

2005-10-14 Thread Hodicska Gergely
Hi! In advance, this is not a yet another editor question. :) I read somewhere about an editor, which has built in support for phpdocumentator and creating unit test. Now I could not find it, I tried a lot using Google without success. Can anybody find out from this little descrition which

Re: [PHP] editor

2005-10-14 Thread Edward Vermillion
Hodicska Gergely wrote: Hi! In advance, this is not a yet another editor question. :) I read somewhere about an editor, which has built in support for phpdocumentator and creating unit test. Now I could not find it, I tried a lot using Google without success. Can anybody find out from

Re: [PHP] editor

2005-10-14 Thread Hodicska Gergely
Hi! http://www.zend.com/store/products/zend-studio/ Thx, I know this one, but I'm really curious about this unit test support. Regards, Felhő -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] editor in WEB PAGE

2005-06-20 Thread Denyl Meneses Guillén
Hello I want to use a RTF editor within a web page like the Hotmail or Yahoo where when writing the content of the email him can be put format like Bold, fonts, etc. I'll like to find how to do. Thanks for your helps Denyl.

Re: [PHP] editor in WEB PAGE

2005-06-20 Thread Angelo Zanetti
there is a product called spaw, i think the site is www.solmetra.com check it out HTH Angelo Zanetti Z Logic www.zlogic.co.za Denyl Meneses Guillén wrote: Hello I want to use a RTF editor within a web page like the Hotmail or Yahoo where when writing the content of the email him can be put

Re: [PHP] linux php editor

2005-06-08 Thread [EMAIL PROTECTED]
On windows platform I use HomeSite 5.5 and I'm more then happy. On Linux platform QuantaPlus For small and fast changes on file vi/vim is the best. -afan On 6/6/05, Clive Zagno [EMAIL PROTECTED] wrote: what php GUI editors do you recommend. any other recommendations, thanks -- PHP

Re: [PHP] linux php editor

2005-06-08 Thread [EMAIL PROTECTED]
On windows platform I use HomeSite 5.5 and I'm more then happy. On Linux platform QuantaPlus For small and fast changes on file vi/vim is the best. my $.02 :) -afan On 6/6/05, Clive Zagno [EMAIL PROTECTED] wrote: what php GUI editors do you recommend. any other recommendations, thanks

Re: [PHP] linux php editor

2005-06-08 Thread Chris Boget
On windows platform I use HomeSite 5.5 and I'm more then happy. I was a big proponent of HS for the longest time until I played around with Visual Slickedit. I very quickly switched and never looked back. VS is infinitely more feature rich than is HS. thnx, Chris -- PHP General Mailing List

Re: [PHP] linux php editor

2005-06-08 Thread Matthew Weier O'Phinney
* [EMAIL PROTECTED] [EMAIL PROTECTED] : On windows platform I use HomeSite 5.5 and I'm more then happy. On Linux platform QuantaPlus For small and fast changes on file vi/vim is the best. You know that vim exists for windows, right? and that it can be used for large changes as well? (I use vim

<    1   2   3   4   5   6   7   8   >