source: branches/feature-module-update/data/class/db_extends/SC_DB_MasterData_Ex.php @ 15124

Revision 15124, 447 bytes checked in by nanasess, 17 years ago (diff)

db_extends パッケージ追加(クラス定義のみ)

  • Property charset set to UTF-8'
  • Property svn:keywords set to Id Revision Date
  • Property svn:mime-type set to 'application/x-httpd-php
Line 
1<?php
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7
8// {{{ requires
9require_once(CLASS_PATH . "db/SC_DB_MasterData.php");
10
11/**
12 * マスタデータを扱うクラス(拡張).
13 *
14 * SC_DB_MasterData をカスタマイズする場合はこのクラスを編集する.
15 *
16 * @package DB
17 * @author LOCKON CO.,LTD.
18 * @version $Id$
19 */
20class SC_DB_MasterData_Ex extends SC_DB_MasterData {
21}
22?>
Note: See TracBrowser for help on using the repository browser.