2017 © Pedro Peláez
 

library php-bootstrap-form

PHP Bootstrap Form Helper

image

avbdr/php-bootstrap-form

PHP Bootstrap Form Helper

  • Saturday, May 21, 2016
  • by avbdr
  • Repository
  • 10 Watchers
  • 40 Stars
  • 1,929 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 23 Forks
  • 10 Open issues
  • 2 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)

Support Me

This software is developed during my free time and I will be glad if somebody will support me., (*4)

Everyone's time should be valuable, so please consider donating., (*5)

Donate with paypal, (*6)

Latest Features:, (*7)

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

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

21/05 2016

dev-master

9999999-dev

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