// Silverlight页面的跳转 // (Application.Current.RootVisualasIContent).Content=newDragControl(); //Silverlight页面的跳转//(Application.Current.RootVisual as IContent).Content = new DragControl();//普通页面跳转HtmlWindow html = HtmlPage.Window;//html.Navigate(new Uri
<?php class UserAction extends Action{ public function index(){ echo "你好!"; $m=M('user'); $arr=$m->select(); #var_dump($arr); $this->assign('data',$arr); $this->display(); } public function del(){ $m=M('user'); ##删除具体id数据 $id=$_GET['