source: temp/trunk/data/class/SC_Tar.php @ 5451

Revision 5451, 199 bytes checked in by kakinaka, 20 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2$current_dir = realpath(dirname(__FILE__));
3require_once($current_dir . "/../module/DB.php");
4
5$objTar = "";
6
7class SC_Tar{
8
9    // ¥³¥ó¥¹¥È¥é¥¯¥¿
10    function SC_DbConn(){
11        global $objTar;
12    }
13}
14
15?>
Note: See TracBrowser for help on using the repository browser.