
Jason McKormick - 2005-01-09 22:33:43
The class example contains
require_once "class.table.php";
while the actual package has only one file (excluding the example) which is class.tableelement.php
For example to work this line must be changed to
require_once "class.tableelement.php";
Cheers,
Evgeniy