2017 © Pedro Peláez
 

library f-bootstrap-form

PHP Bootstrap Form Helper

image

f/f-bootstrap-form

PHP Bootstrap Form Helper

  • Thursday, October 13, 2016
  • by Mr-vero
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 23 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

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

Documentation :: Discussions :: Issues, (*1)

Elements Demo :: Source Code, (*2)

Bootstrap4 Elements Demo :: Source Code, (*3)

Latest Features:, (*4)

  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:, (*5)

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 ();

The Versions

13/10 2016

dev-master

9999999-dev

PHP Bootstrap Form Helper

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

13/10 2016

v4.1

4.1.0.0

PHP Bootstrap Form Helper

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

11/05 2016

v4.0

4.0.0.0

PHP Bootstrap Form Helper

  Sources   Download

MIT

The Requires

  • php >=5.3.0