当前位置: 首页 > news >正文

九寨沟城乡建设官方网站如何评价一个网页的设计

九寨沟城乡建设官方网站,如何评价一个网页的设计,阿里百秀网站,网店装修素材这里使用到三张表,一张是用户(users),一张是角色(roles),一张是用户角色关联表(users_roles), 首先创建用户模型、角色模型 php bin/hyperf.php gen:model users php bin/hyperf.php gen:model rolesusers…

这里使用到三张表,一张是用户(users),一张是角色(roles),一张是用户角色关联表(users_roles),
首先创建用户模型、角色模型

php bin/hyperf.php gen:model users
php bin/hyperf.php gen:model roles

users模型

<?php
declare (strict_types=1);
namespace App\Model;use Hyperf\DbConnection\Model\Model;
/*** users模型 */
class users extends Model
{protected $connection = 'sso';protected $primaryKey = 'ID';//因为我表里的主键是大写的,所以这里我用大写,否则使用关联模型会出问题/*** The table associated with the model.** @var string*/protected $table = 'users';/*** The attributes that are mass assignable.** @var array*/protected $fillable = [];/*** The attributes that should be cast to native types.** @var array*/protected $casts = [];/*多对多建立关系*/public function roles(){return $this->belongsToMany(roles::class,'users_roles','userId','roleId');}
}

roles模型

<?phpdeclare (strict_types=1);
namespace App\Model;use Hyperf\DbConnection\Model\Model;
/*** roles模型*/
class roles extends Model
{protected $connection = 'sso';protected $primaryKey = 'ID';/*** The table associated with the model.** @var string*/protected $table = 'roles';/*** The attributes that are mass assignable.** @var array*/protected $fillable = [];/*** The attributes that should be cast to native types.** @var array*/protected $casts = [];public function users(){return $this->belongsToMany(users::class,'users_roles','roleId','userId');}
}
  • 1、其中users_roles是我关联表的表名

  • 2、belongsToMany方法中,第一个参数,参数的与之关联的表模型;第二个参数是两个表的关联表(中间表);第三个参数是定义此关联的模型在连接表里的外键名;第四个参数是另一个模型在连接表里的外键名;

分页数据

public function paginate()
{$data = Db::table('hlyun_sso_users')->paginate(10);return $data;
}
http://www.yayakq.cn/news/555916/

相关文章:

  • 网站建设结构表济南建设档案大厦
  • 雅客网站建设东莞网站制作培训
  • 网站建设这个职业关键词优化公司网站
  • 网站做外链的技巧开封网站推广
  • 医疗设计网站建设四川省建设厅招投标网站
  • 教育手机网站开发凡科网做的网站怎么样
  • 上海网站 牛巨微网络科技seo公司管理系统网站模板
  • 站长之家域名查询排行网络营销方式都有哪些
  • 建设集团网站方案设计别墅庭院园林景观设计公司
  • 破解asp网站后台地址消费返利网站做的最长久的
  • 济南软件优化网站wordpress安装完成后卸载
  • 网站建设前期如何做好市场定位分析开发个dapp要多少钱
  • 专业做外贸的网站wordpress响应缓慢
  • 货运网站建设公司优秀企业网站设计
  • 有了网站源码怎么做网站北京商场排名前十
  • 肇庆企业网站关键词优化教程wordpress编辑器英文
  • 专业网站推广的公司莱芜论坛24小时主题贴
  • 个人网站如何备企业网站建设优化网站排名
  • 搜索引擎网站排名免费多用户商城系统
  • 仿素材网站源码徐闻住房与城乡建设局网站
  • 苏中建设集团网站网址wordpress张戈
  • 网站后台编辑框变灰了网站上官网标识怎么做
  • 建网站的要求网站开发使用什么运行软件
  • 网站广告通栏效果现在主流的网站开发平台有哪些
  • 网站开发的前端框架有哪些阳江市住房和城乡规划建设局网站
  • 网站建设企业营销辽宁建设安装集团有限公司网站
  • 北京网站优化公司优化的网站做域名跳转
  • 印刷厂网站模板移动端网站如何做导出功能
  • 怎么样可以做自己的网站页面设计报告
  • 做关于家乡的网站做一个网站要怎么做