后台表单向导文件路径: [/www/wwwroot/phpcms/phpcms/modules/formguide/templates/formguide_info_list.tpl.php]
public function page($catid) {
$this->page_db = pc_base::load_model('page_model');
$data = $this->page_db->get_one(array('catid'=>$catid));
return $data;
}