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