<?php /** * Object represents table 'clinic' * * @author: http://phpdao.com * @date: 2016-06-21 12:09 */ class Clinic{ var $id; var $name; var $description; var $tempdel; } ?>