10月 06
自作で作成しているフレームワークのindex.php
/** * index.php * * This Source File is Top Page * * @copyright Seiji Tsukioka All rights reserved. * @author Seiji Tsukioka * @update 2009-08-14 */ define (APP_PATH, "../webapp/"); require_once APP_PATH . 'core/LoadManager.class.php'; LoadManager::execute();