webman-admin中列表数据根据字段进行排序

修改\plugin\admin\app\controller\Crud.php第91行 $where = $request->get(); 修改成 $where = $request->except(['field']); 前端引用示例: const SELECT_API = "/app/admin/data/select?field=id&order=desc";...

不败少龙 发表与 24天前 109 浏览 2 评论
数据库管理创建表字段属性字段可拖动

在创建表的时候,可以随意拖动字段,只能一行字段拖动 rowDrag: {done: function(obj) { syncTableData(); const row_id = obj.row._field_id; // 当前id const row_sort = obj.newIndex + 1; // 拖动后的排序 const cache =...

不败少龙 发表与 2024-07-05 349 浏览 1 评论
webman_admin 数据权限设置

plugin/admin/app/model/Admin.php <?php namespace plugin\admin\app\model; use plugin\admin\app\model\Base; /** * @property integer $id ID(主键) * @property string $username 用户名 * @property string $nicknam...

不败少龙 发表与 2024-06-18 469 浏览 0 评论
chillerlan/php-qrcode 生成二维码

composer require chillerlan/php-qrcode $data = 'id=100&barn_id=125'; $QRCode = new QRCode(); $img_content = $QRCode->render($data); $img_content = str_replace('data:image/...

不败少龙 发表与 2023-08-16 2187 浏览 5 评论
webman的分表操作

laravel的orm操作 namespace App\model; use support\Db; use support\Model; class DemoModel extends Model { protected $table="demo"; public function __construct(array $attributes = []) { $...

不败少龙 发表与 2023-04-26 1635 浏览 4 评论
webman如何进行长链接推送?

在控制器里面直接推送 就跟结合tp框架那样直接调用 是需要自己去实现还是可以用gatewayworker去做? 解决方案: 直接用webman/push 插件,超级好用 https://www.workerman.net/doc/webman/plugin/push.html...

不败少龙 发表与 2020-06-29 4366 浏览 5 评论

不败少龙

9914
积分
0
获赞数
0
粉丝数
2018-08-17 加入
×
🔝