Database administration framework

Database administration framework

am 26.06.2007 14:26:34 von Andy

------=_NextPart_000_005E_01C7B806.61DCBFC0
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Hi,

I just need a framework for administrating tables in a database. These are
simple add/edit/remove operations from tables.

Can you suggest a framework for this kind of job? Cause there are a lot of
tables and I hope I can find a nice tool to work with.

Thank you.

------=_NextPart_000_005E_01C7B806.61DCBFC0--

Re: Database administration framework

am 26.06.2007 14:28:40 von Chris Boget

> I just need a framework for administrating tables in a database. These are
> simple add/edit/remove operations from tables.
> Can you suggest a framework for this kind of job? Cause there are a lot of
> tables and I hope I can find a nice tool to work with.

What database are you working with? phpMyAdmin is probably the most
ubiquitous when working with MySQL databases.

thnx,
Chris

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

RE: Database administration framework

am 26.06.2007 14:35:40 von Edward Kay

> Hi,
>
> I just need a framework for administrating tables in a database. These are
> simple add/edit/remove operations from tables.
>
> Can you suggest a framework for this kind of job? Cause there are a lot of
> tables and I hope I can find a nice tool to work with.
>

Look at Qcodo (http://www.qcodo.com).

Edward

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

RE: Database administration framework

am 26.06.2007 14:45:31 von Andy

The DB ist mysql.

No, you didn't understand me clearly.

I need a framework, toolkit, class call it how you want, with wich I develop
an application that administrates the data's in the database. Something like
Smarty but more specific for what I need.

The ideea is the following:
I have 20 tables that have data's in them. And these table data's must be
edited with this admin tool. There are very few joins but there are
references between the tables.

Regards,
Andy.



> -----Original Message-----
> From: Chris Boget [mailto:chris.boget@wild.net]
> Sent: Tuesday, June 26, 2007 3:29 PM
> To: Andy; php-general@lists.php.net
> Subject: Re: [PHP] Database administration framework
>
> > I just need a framework for administrating tables in a
> database. These
> > are simple add/edit/remove operations from tables.
> > Can you suggest a framework for this kind of job? Cause there are a
> > lot of tables and I hope I can find a nice tool to work with.
>
> What database are you working with? phpMyAdmin is probably
> the most ubiquitous when working with MySQL databases.
>
> thnx,
> Chris
>
>
>

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

Re: Database administration framework

am 26.06.2007 14:57:35 von Richard Heyes

> The DB ist mysql.
>
> No, you didn't understand me clearly.
>
> I need a framework, toolkit, class call it how you want, with wich I develop
> an application that administrates the data's in the database. Something like
> Smarty but more specific for what I need.
>
> The ideea is the following:
> I have 20 tables that have data's in them. And these table data's must be
> edited with this admin tool. There are very few joins but there are
> references between the tables.

You could try MySQL TableEditor:

http://www.phpguru.org/static/TableEditor.html

It's a (big) one file class which is good for editing the tables, though
it's not phpMyAdmin; you can't "administer" the database.

--
Richard Heyes
0844 801 1072
http://www.websupportsolutions.co.uk
Knowledge Base and HelpDesk software

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

Re: Database Administration

am 30.09.2010 17:57:39 von Tom Barrett

--0016e64d93c494757f04917c2457
Content-Type: text/plain; charset=ISO-8859-1

Thanks for the replies, they have been most enlightening. :)

--0016e64d93c494757f04917c2457--