kilrizzy/bootforms-php

Framework Independant Bootstrap 3 Form Generator

dev-master 2013-10-29 20:29 UTC

This package is not auto-updated.

Last update: 2024-04-22 22:47:17 UTC


README

Framework Independant Bootstrap 3 Form Generator

#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