dev-master
9999999-devPHP Bootstrap Form Helper
MIT
The Requires
- php >=5.3.0
v4.0
4.0.0.0PHP Bootstrap Form Helper
MIT
The Requires
- php >=5.3.0
PHP Bootstrap Form Helper
Documentation :: Discussions :: Issues, (*1)
Elements Demo :: Source Code, (*2)
Bootstrap4 Elements Demo :: Source Code, (*3)
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)
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 ();
PHP Bootstrap Form Helper
MIT
PHP Bootstrap Form Helper
MIT