2017 © Pedro Peláez
 

library bootforms-php

Framework Independant Bootstrap 3 Form Generator

image

kilrizzy/bootforms-php

Framework Independant Bootstrap 3 Form Generator

  • Tuesday, October 29, 2013
  • by kilrizzy
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

bootforms-php

Framework Independant Bootstrap 3 Form Generator, (*1)

USE

use kilrizzy\BootformsPHP\Bootform;
$form = new Bootform();
echo $form->field(array(
    'label' => 'First Name',
    'type' => 'text'
));

TTD

  • Fix errors popping up
  • Convert to BS3
  • Find + Add any missing form fields

The Versions

29/10 2013

dev-master

9999999-dev https://github.com/kilrizzy/bootforms-php

Framework Independant Bootstrap 3 Form Generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar kilrizzy

form bootstrap generator html