コード例 #1
0
/**
 * 准备运行环境:载入配置文件、运行过滤器、处理 session 等(已经过时,用 FLEA::init() 代替)
 *
 * @deprecated
 */
function __FLEA_PREPARE()
{
    FLEA::init();
}