|
Posted by PaowZ on 07/11/07 19:48
On 11 juil, 19:09, lawp...@gmail.com wrote:
> On Jul 11, 6:19 am, PaowZ <gpa...@gmail.com> wrote:
>
>
>
> > It depends... What do you mean by using database?
>
> I was referring to a relational database.
>
> You could use MySQL ( or Postgres if your webhost has it, or whatever
> other relational database you can install if you administrate the
> machine )
>
> It would take more time to build the code to create the tree stucture
> in the tables, but I imagine you could reference things in the
> database tree pretty easily once it's set up -- probably much easier
> than messing with a tree structure in a PHP array.
true :)
Actually, my db is already set up in a hierarchically way..I wanted to
build a tree in order to compute several things in php..
Now, I am experimenting troubles when browsing the tree because I want
to wrap child data into parent data and so on.. I'm working on it.. :)
++
Navigation:
[Reply to this message]
|