hi,

What i'd like to know is the details of the variable $contents that is passed to the constructor: 'tableBox($contents, $direct_output=false)' (in the file "includes/classes/boxes.php" )

Looking at the code inside the constructor function it seemed that this could be 2D or 3D array and may contain chained <form> and <table> structures. But i cant find out the exact structure of this array in order to use its full potentials.

In the classes derived from tableBox (like infoBox) i can see the 2D structure that can be passed. But what other structures can be passed and how will they be interpreted, i'd like to know.

Thanks in advance.