-
PHP HTML 5 can be used to generate article pages using HTML 5 syntax. It can assign content for the article body, header, footer, navigation, sections, and aside content. PHP HTML 5 assembles all the defined content and returns it as a single string with HTML 5 markup. Requirement: PHP 5.0 or higher
-
Loading Div can be used to display an animation while a page is loading. It generates HTML and Javascript to be outputted in the beginning of a page that makes an animated GIF image appear over the page while it is loading. The animated image disappears when the pages finishes loading. Requirement: PHP 4.0 or higher
-
This script can be used to display data from MySQL, objects or arrays in HTML tables. It can generate an HTML table with cells that contain data retrieved from MySQL query result rows, arrays or objects. Objects and arrays can be traversed recursively if they contain array values. Requirement: PHP 5.0 or Higher
-
VSFlexGrid XP is meant to compose and output the contents of an HTML table similarly to the VSFlexGrid component for Visual Basic. It is a PHP 5 version of other class with the same name and for the same purpose. VSFlexGrid XP supports defining in a first step the contents and presentation style details of table headers and data rows ...
-
Pages Summary is meant to generate an HTML navigation bar made of links to browse content that is split over several pages, like for instance listings made of data from database query result records.Pages Summary can execute a given MySQL query to determine the how many records there are in total in the complete result set and then generate the ...
-
The object will write the correct (X)HTML headers for any supported HTML set (HTML 4.01/5, XHTML 1.0/1.1/5/…) along with sending the appropriate HTTP 1.1 headers. If the User Agent does not support XHTML (all versions of IE), it will fallback to HTML 4. You may also choose to deny serving the content, if the requesting UA doesn’t support HTML. There ...
-
This is a very class that can be used to convert text into numeric HTML entities. It converts all characters of a text string into HTML as numeric entities.
-
This is a simple class that can be used to convert a text string into HTML entities. It converts all characters in a text string into another string that represents the same characters in HTML using the decimal character representation. Requirements: PHP 4.0 or Higher
-
This class can be used to generate HTML forms from a specification string. It takes a text string that defined all the details of all input of the form to be generated. The input definition includes the name, type and if the input is required. The class generates the necessary HTML to present the form with the specified required displaying ...
-
Place linked select boxes on to your page that dynamicaly load items from database using Ajax. You can chain as many select boxes as you like. This is the start of a series of little helper classes for saving time re-writing small stuff that occure on a form again and again, like a select box filled with values from a ...
-
This class can be used to compose HTML and XML documents programmatically.It can add tags to the document by calling functions of the class with the same name of the tags, passing tag attributes and data values as function arguments.The class may also search for tags inside others by tag ID or value Requirement: PHP 5.0
-
Two main purposes: Retrieve the contents of a specified HTML tag from a specified HTML file (say, everything between <BODY> and </BODY>) Retrieve everything from an HTML file up to a given point (say, an arbitrary tag), or everything after a given point.
-
This class can be used to generate HTML to embed audio and video players.It uses the DOMDocument extension to generate HTML for embedding audio and video clips in Web pages without resorting to Javascript.The class supports several types of players, like Flow Player, Windows Media Player, HTML 5 audio and video tags. Separate sub-classes are provided to support variants of ...
-
This class can be used to generate Javascript to send AJAX requests using jQuery library.It can generate HTML with Javascript code to call the jQuery library to send several types of requests.Currently it can send GET requests, send form POST requests and load content into page elements.
-
This class can be used to display a tree of nodes that can be opened dynamically from data retrieved from a database on the server via AJAX.It generates HTML and Javascript to display tree nodes as links.When a node link is is clicked, the generated Javascript performs an AJAX request to a script that uses the class to retrieve data ...




