set($config); # remove this if you wish to see the normal PHP error view. //include $config['BASE_PATH'].'diagnostic/debug.php'; # database usage //Doo::useDbReplicate(); #for db replication master-slave usage //Doo::db()->setMap($dbmap); //Doo::db()->setDb($dbconfig, $config['APP_MODE']); //Doo::db()->sql_tracking = true; #for debugging/profiling purpose Doo::app()->route = $route; Doo::db()->setDb($dbconfig,'dev'); # Uncomment for DB profiling //Doo::logger()->beginDbProfile('doowebsite'); Doo::app()->run();die; // // // $etime=microtime(true);//获取程序执行结束的时间 // $total=$etime-$stime; //计算差值 // // $str_total = var_export($total, TRUE); // // if(substr_count($str_total,"E")){ die; // $float_total = floatval(substr($str_total,5)); // $total = $float_total/100000; // // } // // echo $total; // //Doo::logger()->endDbProfile('doowebsite'); //Doo::logger()->rotateFile(20); //Doo::logger()->writeDbProfiles(); ?>