Index: /branches/feature-module-update/data/class/page_extends/unsupported/LC_Page_Unsupported_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/unsupported/LC_Page_Unsupported_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/unsupported/LC_Page_Unsupported_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/unsupported/LC_Page_Unsupported.php");
+
+/**
+ * サポート外端末用 のページクラス(拡張).
+ *
+ * LC_Page_Unsupported をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Unsupported_Ex extends LC_Page_Unsupported {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/admin/basis/LC_Page_Admin_Basis_Masterdata_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/admin/basis/LC_Page_Admin_Basis_Masterdata_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/admin/basis/LC_Page_Admin_Basis_Masterdata_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/admin/basis/LC_Page_Admin_Basis_Masterdata.php");
+
+/**
+ * マスタデータ管理 のページクラス(拡張).
+ *
+ * LC_Page_Admin_Basis_Masterdata をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id:LC_Page_Admin_Basis_Ex.php 15532 2007-08-31 14:39:46Z nanasess $
+ */
+class LC_Page_Admin_Basis_Masterdata_Ex extends LC_Page_Admin_Basis_Masterdata {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Confirm_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Confirm_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Confirm_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/magazine/LC_Page_Magazine_Confirm.php");
+
+/**
+ * メルマガ確認
+ *
+ * LC_Page_Magazine_Confirm をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Magazine_Confirm_Ex extends LC_Page_Magazine_Confirm {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Regist_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Regist_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Regist_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/magazine/LC_Page_Magazine_Regist.php");
+
+/**
+ * メルマガ登録
+ *
+ * LC_Page_Magazine_Regist をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Magazine_Regist_Ex extends LC_Page_Magazine_Regist {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/magazine/LC_Page_Magazine.php");
+
+/**
+ * メルマガ管理 のページクラス(拡張).
+ *
+ * LC_Page_Magazine をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Magazine_Ex extends LC_Page_Magazine {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Complate_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Complate_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Complate_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/magazine/LC_Page_Magazine_Complete.php");
+
+/**
+ * メルマガ完了 のページクラス(拡張).
+ *
+ * LC_Page_Magazine_Complete をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Magazine_Complete_Ex extends LC_Page_Magazine_Complete {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Cancel_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Cancel_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/magazine/LC_Page_Magazine_Cancel_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/magazine/LC_Page_Magazine_Cancel.php");
+
+/**
+ * メルマガキャンセル のページクラス(拡張).
+ *
+ * LC_Page_Magazine をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Magazine_Cancel_Ex extends LC_Page_Magazine_Cancel {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Usage_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Usage_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Usage_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+]<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/guide/LC_Page_Guide_Usage.php");
+
+/**
+ * ご利用方法ついて のページクラス(拡張).
+ *
+ * LC_Page_Guide_Usage をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Guide_Usage_Ex extends LC_Page_Guide_Usage {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Change_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Change_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Change_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/guide/LC_Page_Guide_About.php");
+
+/**
+ * 店舗案内 のページクラス(拡張).
+ *
+ * LC_Page_Guide_About をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Guide_About_Ex extends LC_Page_Guide_About {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Charge_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Charge_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Charge_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+]<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/guide/LC_Page_Guide_Charge.php");
+
+/**
+ * 通信料について のページクラス(拡張).
+ *
+ * LC_Page_Guide_Charge をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Guide_Charge_Ex extends LC_Page_Guide_Charge {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_About_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_About_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_About_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/guide/LC_Page_Guide_About.php");
+
+/**
+ * 店舗案内 のページクラス(拡張).
+ *
+ * LC_Page_Guide_About をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Guide_About_Ex extends LC_Page_Guide_About {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Kiyaku_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Kiyaku_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Kiyaku_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+]<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/guide/LC_Page_Guide_Kiyaku.php");
+
+/**
+ * 規約について のページクラス(拡張).
+ *
+ * LC_Page_Guide_Kiyaku をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Guide_Kiyaku_Ex extends LC_Page_Guide_Kiyaku {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Privacy_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Privacy_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Privacy_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+]<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/guide/LC_Page_Guide_Privacy.php");
+
+/**
+ * プライバシーポリシーついて のページクラス(拡張).
+ *
+ * LC_Page_Guide_Privacy をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Guide_Privacy_Ex extends LC_Page_Guide_Privacy {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/guide/LC_Page_Guide_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/guide/LC_Page_Guide.php");
+
+/**
+ * ガイド のページクラス(拡張).
+ *
+ * LC_Page_Guide をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Guide_Ex extends LC_Page_Guide {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/page_extends/products/LC_Page_Products_CategoryList_Ex.php
===================================================================
--- /branches/feature-module-update/data/class/page_extends/products/LC_Page_Products_CategoryList_Ex.php	(revision 16171)
+++ /branches/feature-module-update/data/class/page_extends/products/LC_Page_Products_CategoryList_Ex.php	(revision 16171)
@@ -0,0 +1,52 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/products/LC_Page_Products_CategoryList.php");
+
+/**
+ * カテゴリ一覧 のページクラス(拡張).
+ *
+ * LC_Page_Products_CategoryList をカスタマイズする場合はこのクラスを編集する.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Products_CategoryList_Ex extends LC_Page_Products_CategoryList {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        parent::process();
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
Index: /branches/feature-module-update/data/class/pages/admin/basis/LC_Page_Admin_Basis_Masterdata.php
===================================================================
--- /branches/feature-module-update/data/class/pages/admin/basis/LC_Page_Admin_Basis_Masterdata.php	(revision 16171)
+++ /branches/feature-module-update/data/class/pages/admin/basis/LC_Page_Admin_Basis_Masterdata.php	(revision 16171)
@@ -0,0 +1,58 @@
+<?php
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+
+// {{{ requires
+require_once(CLASS_PATH . "pages/LC_Page.php");
+
+/**
+ * マスタデータ管理 のページクラス.
+ *
+ * @package Page
+ * @author LOCKON CO.,LTD.
+ * @version $Id$
+ */
+class LC_Page_Admin_Basis_Masterdata extends LC_Page {
+
+    // }}}
+    // {{{ functions
+
+    /**
+     * Page を初期化する.
+     *
+     * @return void
+     */
+    function init() {
+        parent::init();
+        $this->tpl_mainpage = 'basis/masterdata.tpl';
+        $this->tpl_subnavi = 'basis/subnavi.tpl';
+        $this->tpl_subno = 'index';
+        $this->tpl_mainno = 'basis';
+    }
+
+    /**
+     * Page のプロセス.
+     *
+     * @return void
+     */
+    function process() {
+        $objView = new SC_AdminView();
+        $dbFactory = SC_DB_DBFactory::getInstance();
+        $this->tableList = $dbFactory->findTableNames();
+        $objView->assignobj($this);
+        $objView->display(MAIN_FRAME);
+    }
+
+    /**
+     * デストラクタ.
+     *
+     * @return void
+     */
+    function destroy() {
+        parent::destroy();
+    }
+}
+?>
