You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
-
- namespace app\admin\controller\example;
-
- use app\common\controller\Backend;
-
- /**
- * 多级联动
- *
- * @icon fa fa-table
- * @remark FastAdmin使用了jQuery-cxselect实现多级联动,更多文档请参考https://github.com/karsonzhang/cxSelect
- */
- class Cxselect extends Backend
- {
- protected $model = null;
-
- public function _initialize()
- {
- parent::_initialize();
- }
- }
|