<?php /** * Object represents table 'rentstore' * * @author: http://phpdao.com * @date: 2016-08-17 10:05 */ class Rentstore{ var $id; var $rentproductid; var $amount; var $rented; } ?>