定制 avbdr/php-bootstrap-form 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

avbdr/php-bootstrap-form

最新稳定版本:v4.0

Composer 安装命令:

composer require avbdr/php-bootstrap-form

包简介

PHP Bootstrap Form Helper

README 文档

README

PHP Bootstrap Form helper 4.0 (previously PFBC/PHP Form Builder Class)

Documentation :: Discussions :: Issues

Elements Demo :: Source Code

Bootstrap4 Elements Demo :: Source Code

Support Me

This software is developed during my free time and I will be glad if somebody will support me.

Everyone's time should be valuable, so please consider donating.

Donate with paypal

Latest Features:

  1. Bootstrap 3 and 4 support
  2. Added new simple API. Old API is still supported
  3. Added 'shared' element property to share 1 row between multiple elements in SideBySide View
  4. View class renamed to FormView class
  5. Added Form::renderArray() helper function
  6. Fixed prepend and append properties handling
  7. Added icon property to buttons

New API:

Form::open ("login");
echo '<legend>Login</legend>';
Form::Hidden ("id");
Form::Email ("Email Address:", "email", array("required" => 1));
Form::Password ("Password:", "password", array("required" => 1));
Form::Checkbox ("", "remember", array("1" => "Remember me"));
Form::Button ("Login");
Form::Button ("Cancel", "button", array("onclick" => "history.go(-1);"));
Form::close ();

统计信息

  • 总下载量: 4.15k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 58
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 56
  • Watchers: 10
  • Forks: 35
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-22