예제 #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     // Run for max 1 hour
     set_time_limit(3600);
 }
예제 #2
0
 /**
  * Common XHTML footer
  */
 protected function foot()
 {
     // finaluse main table
     $this->t->done();
     // finalise tool tips
     $this->tool_tips->done();
     echo parent::foot();
 }