2017 © Pedro Peláez
 

library hthidden

Generates hidden form input fields

image

flsouto/hthidden

Generates hidden form input fields

  • Friday, January 27, 2017
  • by flsouto
  • Repository
  • 0 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

HtHidden

Generates hidden html input tags., (*1)

Installation

Use composer:, (*2)

composer require flsouto/hthidden

Notice: this library relies on the HtField class. The inherited functionality will not be covered here. Read this documentation if you want to learn more about it., (*3)

Usage

The example below creates a hidden input named "submit" with a value of "1":, (*4)

<?php
require_once('vendor/autoload.php');
use FlSouto\HtHidden;

$hidden = new HtHidden("submit", "1");

echo $hidden;

Output:, (*5)

<input id="588a9398b198f" name="submit" type="hidden" value="1" />

Wow!! This is some rocket science!!, (*6)

The Versions

27/01 2017

dev-master

9999999-dev

Generates hidden form input fields

  Sources   Download

The Requires

 

by Fabio Souto

html forms fields

27/01 2017

1.0.0

1.0.0.0

Generates hidden form input fields

  Sources   Download

The Requires

 

by Fabio Souto

html forms fields