iaasen/stdlib
最新稳定版本:1.1.10
Composer 安装命令:
composer require iaasen/stdlib
包简介
A base for REST-API featuring recursive serialization and deserialization of objects
README 文档
README
This function requires the TwbsHelper module to be added. See neilime/twbs-helper-module
Add to the view where the form is used
$this->formCollection()->setElementHelper($this->formRowHorizontal());
$form->prepare();
echo $this->form()->openTag($form);
echo $this->formCollection($form);
echo $this->form()->closeTag();
Replace a view helper in current view
$this->getHelperPluginManager()->setService('formRow', $this->formRowHorizontal());
Format select in bootstrap v3
Add to less-template:
select.form-select {
.form-control
}
统计信息
- 总下载量: 2.21k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2017-10-08