im trying  to figure out the best mySQL schema to create a forum on my
website ... to result in a tree-view style presentation

what i have right now is a 3 table schema : categories > sub-categories >
lines ... wich would result in a code parsing to emulate the tree

the other way is a nodes->leaf schema that whould envolve recursive
programming ...

the result i wouuld want is something like, ex.


º main
        º programming
                        º php

whats your opinion ?

my regards,

josé moreira
portugal




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

Reply via email to