25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- <?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();
- }
- }
|