"viewConfig" => array(
        
"smartyDir"       => realpath($dirname . "/../../WebLibs/SMARTY"),
        
"template_dir"    => realpath($dirname . "/../../WebRoot/$foldername/tpl"),
        
"compile_dir"     => realpath($dirname . "/../../WebRoot/$foldername/tpl_c"),
        
"template_dir"    => realpath($dirname . "/../../WebRoot/member/tpl"),
        
"compile_dir"     => realpath($dirname . "/../../WebRoot/member/tpl_c"),
//上边有两个
compile_dir和两个template_dir,下边有两个import();可解决跨多个二级域名的访问问题
FLEA::loadAppInf($appInf);
FLEA::import(APP_DIR);
FLEA::import(Member_APP_DIR);
FLEA::runMVC();