|
Posted by Captain Paralytic on 07/11/07 10:54
On 11 Jul, 11:19, PaowZ <gpa...@gmail.com> wrote:
> On 10 juil, 23:12, lawp...@gmail.com wrote:
>
> > On Jul 10, 4:31 pm, PaowZ <gpa...@gmail.com> wrote:
>
> > > I could use arrays to store data like a tree structure but I'd like to
> > > find another way..
>
> > > do you have any suggestions ?
>
> > A database is another way, but if you don't want to use arrays, I can
> > imagine that you certainly wouldn't want to use a database.
>
> It depends... What do you mean by using database?
See:
http://www.sitepoint.com/article/hierarchical-data-database
and
http://dev.mysql.com/tech-resources/articles/hierarchical-data.html
for discussions on how to do it.
[Back to original message]
|