Gott bittet um eine Lösung
……
…… 2019-03-24 20:33:07
0
7
1484

protected $pk = 'user_id';Was bedeutet das?

……
……

Antworte allen(2)
Martin Huang

这里的$pk定义了数据表相关联模型的主键

薛伟健

protected受保护的,就是这个$user_id你可以调用但不能赋值改变他。和public(代表公共的),还有一个叫私有private,其中前两个可以继承

  • Antwort 大神,我还有个问题
    …… Autor 2019-03-24 21:25:27
  • Antwort 由于要与数据库的user表进行关联才能添加,TP5内部已经做好了处理只需要新建application/index/model/User.php文件。 他这样说要自己去TP5做处理嘛
    …… Autor 2019-03-24 21:27:15
  • Antwort Failed to load resource: the server responded with a status of 500 (Internal Server Error) 他给我这个回复
    …… Autor 2019-03-24 21:28:15
  • Antwort 别误导,protected的意思是只能在该类或者子类内部调用或者赋值,并非不能赋值
    Icetalker Autor 2019-03-25 15:47:37
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage