for clarification....

i'm not looking to edit the database...

i'm looking for an app that i can use to test that the tables/relationships
are properly implemented.. the best/fastest way to do this is to implement a
fast/dirty app that will display the top level table as a list of items...

i want to be able to select an item, have the child list be provided, selct
a child item, etc... basically, i want to recursively be able to
iterate/walk through the items of the tables...

i would also like a breadcrumb function that more or less allows me to know
where i am within the list, and would allow me to select a link in the
breadcrumb trail and get to a given parent item...

thanks

-bruce


-----Original Message-----
From: Justin Patrin [mailto:[EMAIL PROTECTED]
Sent: Friday, July 09, 2004 10:11 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] basic web based test code needed to test database
tables!!!!!


On Fri, 9 Jul 2004 10:09:55 -0700, bruce <[EMAIL PROTECTED]> wrote:
> hi...
>
> i'm in need of some basic test code that will allow me to iterate through
> some tables in a database that i'm creating...
>
> basically, i have a number of tables, where each table has a name/id. each
> table also has a parent, and a child table, where the connection is the id
> of the table.
>
> i'm looking for a quick/basic app that i can modify to allow me to select
an
> item from the table, get to the underlying data, and continue down the
> path... i'd like some sort of "breadcrumb" path to be displyed, that would
> allow me to select the previous parent/table as well...
>
> i've seen a few example apps for the breadcrumbs, but nothing that's
> specific/useful for my immediate needs... i figure that whatever i find,
i'm
> going to have to modify somewhat, but i'd like to get as close to
possible..
>
> thanks for any assistance/help
>

If you're looking for a DB editing app, you could try
DB_DataObject_FormBuilder_Frontend:
http://www.reversefold.com/PEAR/DB_DataObject_FormBuilder_Frontend/src/

It doesn't support the breadcrumb thing, though. If you want that kind
of thing, my old version of that app (not based on DB_DataObject) has
something like that, but it's old...
http://sourceforge.net/projects/rdbedit/

You would want version 0.2.1.

--
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

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

Reply via email to