HTML Element
Package:
Summary:
Generate HTML and CSS defined programmatically
Groups:
Author:
Description:
This package can be used to generate HTML and CSS defined programmatically.
It has a class for defining CSS styles by setting the name and values of each property.
There is also another class that can generate HTML tags including defining its name, attributes and contained data.
This class is a basic class for creating HTML elements in PHP without having to write any html code.
The package contains the base class : htmlelement and a few other extension classes.
It has a class for defining CSS styles by setting the name and values of each property.
There is also another class that can generate HTML tags including defining its name, attributes and contained data.
This class is a basic class for creating HTML elements in PHP without having to write any html code.
The package contains the base class : htmlelement and a few other extension classes.
Comments are closed.