amber

amber

FastAdmin 个人记录 - 重构$where条件

前言#

FastAdmin 中的 table 自定义搜索,有时候需要重构 where 条件
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
经过 buildparams 处理后不好修改
可以在 buildparams 之前处理
下面记录 php 和 js 两种处理方式

方式一 php#

方式二 js#

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.