<?php /** * Class that operate on table 'showproduct'. Database Mysql. * * @author: http://phpdao.com * @date: 2019-09-08 12:39 */ class ShowproductMySqlExtDAO extends ShowproductMySqlDAO{ } ?>