2017 © Pedro Peláez
 

library fast-form-lib

Faster using html forms in php .

image

mar4elkin/fast-form-lib

Faster using html forms in php .

  • Friday, June 22, 2018
  • by mar4elkin
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 43 % Grown

The README.md

Fast-form-lib

That lib will help you to faster use html form tags, (*1)

Installation

To install my library you need to install composer, (*2)

link: getcomposer After that type request in bash(or cmd), (*3)

composer require mar4elkin/fast-form-lib @dev

Disabled Device Example, (*4)

Using

at first you need to connect your main file using autoloader, for example in my library it is "form_mas.php". When your done that you can use library., (*5)

Examples

$obj_var= 'target="name of window"';

$obj_text = 'some text';

echo $form->show($obj_var);

$obj_var = 'type ="submit" value="send"';

echo $input->show($obj_var, $obj_text);

$obj_var = 'rows="10" cols="45" name="text"';

echo $textarea->show($obj_var, $obj_text);

$obj_var = 'type ="submit" value="send"';

$obj_text = "sfhkj";

echo $input->show($obj_var, $obj_text);

$obj_var = 'cols="2323245" name="text"';

echo $textarea->show($obj_var, $obj_text);

echo $form->show_end();

contacts

marktamarov2001@gmail.com, (*6)

last one but not least

I am still working on the library, soon I will update readme. I want to add more examples... And of course fix bugs. Also I'd like to test all html tags in library..., (*7)

The Versions

22/06 2018

dev-master

9999999-dev

Faster using html forms in php .

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0

 

by Mark Tamarov