CoolFace
Apppublic

kenken999/php

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
webreportpage.php14 linesDownload Raw Back to classes
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?>