source:
temp/trunk/data/class/SC_Tar.php
@
5451
| Revision 5451, 199 bytes checked in by kakinaka, 20 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | <?php |
| 2 | $current_dir = realpath(dirname(__FILE__)); |
| 3 | require_once($current_dir . "/../module/DB.php"); |
| 4 | |
| 5 | $objTar = ""; |
| 6 | |
| 7 | class 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.
