Last change
on this file since 4067 was
1858,
checked in by takanashi, 16 years ago
|
r1730 webapp/init.inc 内の定数を整理
r1719 webapp/lib/db以下のファイル読み込み部分を修正
r1718 db_get_instance()で$name省略時の処理を効率化
|
File size:
322 bytes
|
Line | |
---|
1 | <?php |
---|
2 | /** |
---|
3 | * @copyright 2005-2007 OpenPNE Project |
---|
4 | * @license http://www.php.net/license/3_01.txt PHP License 3.01 |
---|
5 | */ |
---|
6 | |
---|
7 | require_once 'OpenPNE/DB.php'; |
---|
8 | require_once 'OpenPNE/DB/Writer.php'; |
---|
9 | |
---|
10 | // OpenPNE/db 以下のすべてのPHPファイルを include |
---|
11 | $dir = dirname(__FILE__) . '/db'; |
---|
12 | util_include_php_files($dir); |
---|
13 | |
---|
14 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.