7.1

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
...
)
)
)
)
©2010 Objectif Lune Inc - 259 -