Re: [PHP] db aware text editor? (slightly OT?)

2005-05-25 Thread Burhan Khalid

Richard Lynch wrote:

On Tue, May 24, 2005 2:08 pm, Murray @ PlanetThoughtful said:


I'm wondering if anyone knows of a 'db aware' text editor? By 'db aware',
I
mean one that can pull a recordset back from a local MySQL server and edit
the content of fields much like a standard text editor does with files.


Zend Studio 4+ does this.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] db aware text editor? (slightly OT?)

2005-05-24 Thread Murray @ PlanetThoughtful
Hi All,

I'm wondering if anyone knows of a 'db aware' text editor? By 'db aware', I
mean one that can pull a recordset back from a local MySQL server and edit
the content of fields much like a standard text editor does with files.

I could probably build myself a simple one in Java, but before I undertake
that task I thought I'd ask if any of the better known editors are capable
of doing this, as I'd rather be able to use a feature-rich editor (ie one
that has features such as regex search and replace, macro recording etc)
than a hand-built alternative.

Much warmth,

Murray

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] db aware text editor? (slightly OT?)

2005-05-24 Thread Richard Lynch
On Tue, May 24, 2005 2:08 pm, Murray @ PlanetThoughtful said:
 I'm wondering if anyone knows of a 'db aware' text editor? By 'db aware',
 I
 mean one that can pull a recordset back from a local MySQL server and edit
 the content of fields much like a standard text editor does with files.

You've probably used phpMyAdmin, which has some of the features you ask
for, though it's web-based and not text based...

You *MIGHT* be able to built a new UI on top of phpMyAdmin easier than,
say, a plug-in for vi or emacs to do what you want...

Maybe not.

Just an idea to ponder.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php