hello,word
摘要: 1.model操作 如题,使用命令行工具生成数据库表对应的model,通过model进行数据库操作,操作方式有些像yii2框架 例如 //插入或者更新 $user = new Users(); $user->username = 'zhangsan'; $user->password = md5(" 阅读全文
posted @ 2025-07-14 18:24 tying 阅读(127) 评论(0) 推荐(0)