$phql = "INSERT INTO Robots (name, type, year) VALUES (:name:, :type:, :year:)"; $status = $app->modelsManager->executeQuery( $phql, [ "name" => $robot->name, "type" => $robot->type, "year" => $robot->year, ] ); 感觉这种示例好low呀,有没有简单实用一点的CURD操作???
付费偷看金额在0.1-10元之间
一周热门 更多>