Skip to content

Latest commit

 

History

History
executable file
·
14 lines (8 loc) · 387 Bytes

info-box.md

File metadata and controls

executable file
·
14 lines (8 loc) · 387 Bytes

Infobox组件

Jblv\Admin\Widgets\InfoBox类用来生成信息展示块:

use Jblv\Admin\Widgets\InfoBox;

$infoBox = new InfoBox('New Users', 'users', 'aqua', '/admin/users', '1024');

echo $infoBox->render();

效果请参考后台首页的布局文件HomeController.phpindex()方法中,关于InfoBox的部分。