$m = M( "Form" ); $list = $m->query("select * from Form"); $this->assign("list",$list); $this->display();