7.0

Table Of Contents
The tree view with virtual subfolders.
The following shows the returned array:
Array (
[1] => Array (
[id] => 1
[name] => Brochures
...
[publicationTypes] => Array
(
[Black & White] => Array (
[name] => Black & White
[documents] => Array (
[1] => Array (
[id] => 1
[name] => Dutch
...
)
[2] => Array (
[id] => 2
[name] => English
...
)
)
)
[Full color] => Array (
[name] => Full color
[documents] => Array (
[1] => Array (
[id] => 1
[name] => Dutch
...
)
[2] => Array (
[id] => 2
[name] => English
...
)
)
)
)
)
)
Customizing the store front - Creating a hierarchical tree
Objectif Lune Inc. © 2010 56