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