-
Node Runner is a PHP network monitor which is designed to contact network nodes in a specific order based on the hierarchy of your network. If a node does not respond, each of its parents are systematically checked until the true problem is identified.
-
PclXml is a library that help working with XML files. It is a PHP XML script to easily manage XML files and strings. PclXml allows you to read an XML file and store the XML tokens values and properties in a hierarchically organized object. PclXml defines several methods that allow for quick and easy access to attributes (properties) values, childs ...
-
Walker can be used to convert an array into hierarchic data. It can traverse an array of elements which may be objects or arrays that have entries that define an identifier of the entry and the identifier of the parent entry. The script calls a certain class function to process entries grouped by parent entry identifier. That function returns a ...
-
Tree Class is created to manage tress of hierarchic objects. It could be used for small trees for it is held in node objects in memory. This PHP tree script can add tree children node objects, remove node children objects, delete a given node object, traverse and display the whole hierarchy of node obejects.
-
Dynamic Multilevel Drop Down Menu retrieves the title and link URLs of items of a menu from a MySQL database product table. HTML and JavaScript code required to display a pull-down menu with links according to the hierarchy of children and parent items, is generated. Requirements: PHP 3.0 or higher
-
PHP MySQL Login 5 levels of Hierarchy can manage the records of users in a MySQL database giving them 5 possible levels of hierarchy: administrator, master, agent, member and guest.PHP MySQL Login 5 levels of Hierarchy that can be used to add and remove user records, authenticate user password, manage user sessions and edit user accounts, are provided.Requirements: PHP 4.0 ...
-
Loomes Nested Set can perform several types of operations to manipulate an hierarchy of nodes that are stored in a database as table records. Currently Loomes Nested Set can insert a root node, insert a node that is child of a given parent, delete a branch of nodes under a given node, delete a single node, rename a node, move ...
-
XML nodes parser can read a XML document file and parse it to build an hierarchy of XML node objects. The document can also be searched in order to find all tags by name or property value. Requirements: PHP 5.0 or higher
-
Hierarchy traverse a given array and display the values of its entries as an HTML list. The entry values that are arrays are traversed recursively and displayed as nested lists. The CSS style can be customized in order to change the appearance of the lists. Requirements: PHP 5.0 or higher
-
All the PHP code is totally separated from the HTML code, so you can make any changes to the appearance without having to fight with tons of PHP code lines. Also, it's a powerful way to separate the work jobs of a development team: Coders and HTML designers. A hierarchy of patterns, which include one another, can be built avoiding ...
-
Including and looping are supported in hierarchy template. That's enough to be your template.
-
A tree of tags of unlimited depth can be built.Then MLdoc generates a string with the definitions of all tags, keeping the indentation according to the depth level of each tag in the document hierarchy.
-
An hierarchic data structure, that can be accessed as a tree of nested objects is built from the result of parsing an YAML file.Requirements: PHP 5.0 or higher
-
A name is assiged to every node, and one or more children nodes can be added to it. Node may also export the hierarchy of nodes to a XML document. It may also import a XML document and build an hierarchy of node objects from the XML tag nodes.The children of a node may be accessed as object variables with ...
-
Class for manipulating data structured in a hierarchical tree that is stored in a database.php_tree supplies raw functions to display, inject, retrieve and delete information from MySQL database that holds the flat tree information with ident, parent, haschild table-rows.

