myclabs/muih
Composer 安装命令:
composer require myclabs/muih
包简介
PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements
关键字:
README 文档
README
MUIH, for Myc-lab User Interface Helper, is a PHP and Javascript library containing helpers for creation of Bootstrap 3 UI elements.
It is aiming to provide plain php objects for html/js component and helper for Zend1, Zend2 and twig(to be implemented).
Usage:
$button = new Button('Some Label', 'info'); $button->display();
This will echo a simple html button. Alternatively, you can use render() to get the code.
$modal = new Modal('Some Content'); $modal->setHeaderContent('Some Title'); $modal->addAttribute('id', 'some_id'); $modal->getBody()->addClass('some-class'); $modal->display();
This will echo a modal #some_id element, with body having .some-class class.
echo $this->button('Show Modal')->showModal('some_id');
You can also use helper fer Zend1 and Zend2.
统计信息
- 总下载量: 24.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-03-20