OSDN Git Service

9f71a480f26653d60928695aa725cea1979f8971
[magic3/magic3.git] / widgets / m / contactus_custom / include / db / contactus_customDb.php
1 <?php
2 /**
3  * DBクラス
4  *
5  * PHP versions 5
6  *
7  * LICENSE: This source file is licensed under the terms of the GNU General Public License.
8  *
9  * @package    Magic3 Framework
10  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
11  * @copyright  Copyright 2006-2009 Magic3 Project.
12  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
13  * @version    SVN: $Id: contactus_customDb.php 2116 2009-07-14 09:50:17Z fishbone $
14  * @link       http://www.magic3.org
15  */
16 require_once($gEnvManager->getDbPath() . '/baseDb.php');
17
18 class contactus_customDb extends BaseDb
19 {
20
21 }
22 ?>