承接 iaasen/stdlib 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2017-10-08