示例#1
0
 public function indexAction()
 {
     $demo = new Demo();
     $welcome = $demo->welcome();
     return View::make("demo.index", array("welcome" => $welcome));
 }