<?php /** * Object represents table 'premiumclient' * * @author: http://phpdao.com * @date: 2020-04-04 21:46 */ class Premiumclient{ var $id; var $clientId; var $userid; var $date; } ?>