383 篇
建站知识总结与分享
搜索“ThinkPHP”
thinkphp5.1模型删除
web 0 0
2591 0 2019-01-15 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; use think\facade\Request; class User extends Model { protected $pk = 'id'; /** * 删除-删除模型数据,可以在查询后调用...
thinkphp5.1模型更新修改
web 0 0
3754 0 2019-01-15 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; use think\facade\Request; class Articles extends Model { protected $pk = 'articleId'; /** * 更新-查找并更...
thinkphp5.1模型新增
web 1 0
2446 0 2019-01-14 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; use think\facade\Request; class Articles extends Model { protected $pk = 'articleId'; /** * 新增 */...
thinkphp5.1事务操作
web 0 3
3215 0 2019-01-14 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; class Articles extends Model { /** * 事务操作 * 使用事务处理的话,需要数据库引擎支持事务处理。比如 MySQL 的 MyISAM 不支持事务处理,需要使用...
thinkphp5.1获取器withAttr
web 1 2
5365 0 2019-01-14 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; class Articles extends Model { /** * 获取器(V5.1.20+) */ public function indexFun(){ // Db类也可以支持获...
thinkphp5.1原生查询
web 0 0
2196 0 2019-01-11 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; class Articles extends Model { /** * 原生查询 */ public function indexFun(){ // query方法 // query...
thinkphp5.1子查询
web 0 1
2914 0 2019-01-11 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; class Articles extends Model { /** * 子查询 */ public function indexFun(){ // 构造子查询SQL-使用fetchSql...
thinkphp5.1视图查询
web 0 0
2277 0 2019-01-11 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; use think\db\Where; class Articles extends Model { /** * 视图查询 */ public function indexFun(){ //...
thinkphp5.1高级查询
web 0 0
3182 0 2019-01-11 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; use think\db\Where; class Articles extends Model { /** * 高级查询-快捷查询方式是一种多字段相同查询条件的简化写法,可以进一步简化查询条件的写法...
thinkphp5.1时间查询
web 1 0
3000 0 2019-01-11 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; class Articles extends Model { /** * 时间查询 */ public function indexFun(){ // 使用where方法-大于某个时间 ...
thinkphp5.1聚合查询
web 0 0
2155 0 2019-01-10 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; class Articles extends Model { /** * 聚合查询 * 聚合方法如果没有数据,默认都是0,聚合查询都可以配合其它查询条件 */ public funct...
thinkphp5.1链式操作sequence数据库指定自增序列名
web 0 0
2404 0 2019-01-10 ThinkPHP5.1
不太懂怎么使用 <?php namespace app\index\model; use think\Model; use think\Db; class Articles extends Model { /** * 链式操作-sequence方法用于pgsql数据库指定自增序列名,其它数据库不必使用 */ p...
thinkphp5.1链式操作failException抛出异常
web 0 0
2495 0 2019-01-10 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; class Articles extends Model { /** * 链式操作-failException设置查询数据为空时是否需要抛出异常,如果不传入任何参数,默认为开启,用于select和f...
thinkphp5.1链式操作partition数据库水平分表
web 1 2
4860 0 2019-01-10 ThinkPHP5.1
具体怎么用不太懂 <?php namespace app\index\model; use think\Model; use think\Db; class Articles extends Model { /** * 链式操作-partition 方法用于是数据库水平分表 */ public function...
thinkphp5.1链式操作force
web 0 0
2437 0 2019-01-10 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; class Articles extends Model { /** * 链式操作-force 方法用于数据集的强制索引操作 * 对查询强制使用user索引,user必须是数据表实际创建的索引名...
thinkphp5.1链式操作fetchSql
web 0 0
2283 0 2019-01-10 ThinkPHP5.1
<?php namespace app\index\model; use think\Model; use think\Db; class Articles extends Model { /** * 链式操作-fetchSql用于直接返回SQL而不是执行查询,适用于任何的CURD操作方法 */ public func...
关于本站

“最难不过坚持”

本人承接扒站仿站,php网站维护,病毒查杀,网站编辑,网站改版,html制作

有需要网站维护,改版,病毒查杀,网站编辑,网站备案,html制作等相关的工作可以联系我。
本人有多年相关工作经验,也可提供免费咨询,交个朋友。
有需要探讨问题的朋友,也可以加我微信,共同探讨!
微信:15011482830 QQ:408917339

7455177 2655 39
最新评论
https://jueru.net/
评 留言
:weixiao:
评 留言
:shuijiao: :weiqu: :zhenbang: :leng:
评 留言
:yiwen: :yiwen: :yiwen: :yiwen:
评 EasySass: could not generate CSS file. See Output panel for details.
这个业务逻辑多少都有点奇怪了,阅读浏览次数增值在新闻详情页的控制器方法里setInc,这怎么还写进模型事件里了。如果非要用onAfterRead也可以,把新闻文章的内容单独分出来一个news_content表,然后把它和news做关联,然后给news_content表的onAfterRead事件做增值处理,这样点进新闻页内查询到文章内容时才会触发它。
评 TP6模型事件-查询后onAfterRead不好用
文章标签更多
ThinkPHP (254)
Mysql (58)
DedeCms (33)
jQuery (67)
证件照 (1)
setInc (4)
setDec (4)
onclick (5)