kenken999/php
0
1<?php2class WebreportPage extends RunnerPage3{4 function __construct(&$params)5 {6 parent::__construct($params);7 }8 protected function setTableConnection()9 {10 global $cman;11 $this->connection = $cman->getDefault(); 12 }13}14?>