<?php /** * Class that operate on table 'supply'. Database Mysql. * * @author: http://phpdao.com * @date: 2012-07-26 17:38 */ class SupplyMySqlExtDAO extends SupplyMySqlDAO{ } ?>