create("/> create(">
ホームページ >バックエンド開発 >PHPチュートリアル >これは何ですか? 兄弟、thinkphp を使用しているのに、データベースに 1 つの情報しか追加できないのはなぜですか?
エラーは何ですか? thinkphp を使用してデータベースに 1 つの情報しか追加できないのはなぜですか?
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->public function insert(){ $guest=M("Author"); $guest->create(); $guest->add(); }