create(); "/> create(); ">
这是什么错误,我用thinkphp为什么只能往数据库添加一条信息
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public function insert(){ $guest=M("Author"); $guest->create(); $guest->add(); }