include_once __DIR__ . '/MYFEATURE.features.inc';. or if we want to support PHP < 5.3 (no idea if we care): include_once dirname(__FILE__) .
確定! 回上一頁