摘要: <?php namespace app\common\fun; class DiyData{ /** * 获取某张表数据 使用方法 fun('diydata@getData',['fid'=>5]) * $table 数据库表名 * $where 条件 数组形式 */ public function getData($table = null,$where = []){ if($table == 阅读全文
posted @ 2019-10-12 14:07 Abner3721 阅读(239) 评论(0) 推荐(0) 编辑