Download the PHP package fyre/htmlhelper without Composer
On this page you can find all versions of the php package fyre/htmlhelper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package htmlhelper
FyreHTMLHelper
FyreHTMLHelper is a free, open-source HTML helper library for PHP.
Table Of Contents
- Installation
- Basic Usage
- Methods
Installation
Using Composer
In PHP:
Basic Usage
$config
is a Config.
The default character set will be resolved from the "App.charset" key in the Config.
Autoloading
It is recommended to bind the HtmlHelper to the Container as a singleton.
Any dependencies will be injected automatically when loading from the Container.
Methods
Attributes
Generate an attribute string.
$options
is an array containing the attributes.
Escape
Escape characters in a string for use in HTML.
$string
is the string to escape.
Get Charset
Get the character set.
Set Charset
Set the character set.
$charset
is a string representing the character set.
All versions of htmlhelper with dependencies
PHP Build Version
Package Version
Requires
fyre/config Version
^4.1
The package fyre/htmlhelper contains the following files
Loading the files please wait ....