2017 © Pedro Peláez
 

library form-lib

quickly to generate html form object

image

arrack/form-lib

quickly to generate html form object

  • Wednesday, April 29, 2015
  • by arrack
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

FormLib

generate html form object, (*1)

Example

<?php
// input text box
echo FormLib::text('name', 'input your name');
echo FormLib::text('name', 'input your name', ['readonly' => true, 'size' => 5]);

// select
$options = [
    'A1' => 'AAA',
    'B1' => 'BBB'
];
echo FormLib::select('category', 'B1', $options);

The Versions

29/04 2015

dev-master

9999999-dev

quickly to generate html form object

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar arrack

php form lib

31/05 2014

1.1

1.1.0.0

quickly to generate html form object

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar arrack

php form lib