hanwuqin
Results
1
issues of
hanwuqin
request.php $request = new Yaf_Request_Simple("CLI", "Index", "Controller", "Hello", array("para" => 2)); print_r($request); 打印的结果: [root@localhost cea]# php request.php Yaf_Request_Simple Object ( [method] => CLI [module] => Index [controller] => Controller [action]...