'app_begin' => array( 'Behavior\ReadHtmlCache', // 读取静态缓存 ),
// 行为扩展的执行入口必须是run public function run(&$params){ exit(); }