PHP Classes

Packages of Martin Weis

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Martin Weis (2)  >  Mission progress status  >  Reputation  
Picture of Martin Weis
Name: Martin Weis <contact>
Classes: 2
Country: Germany Germany
Age: ???
All time rank: 66944 in Germany Germany
Week rank: 46 Up2 in Germany Germany Up
All time users: 4477
Week users: 1
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image CSS Tree Class  
Parse CSS files into a tree data structure
This class can be used to parse Cascading Style Sheets (CSS) and build a tree data structure that can traversed programatically.

The class can parse CSS data from files or text strings. It builds an hierarchy of style nodes.

It can also output styles for tags, HTML style tag definitions or to a given file.

  Files folder image Tree Class  
Manage trees of hierarchic objects
This class can be used to manage trees of hierarchic objects.

The tree is held in node objects in memory, so it should be used for small trees.

It can add tree children node objects, remove node children objects, delete a given node object, traverse and display the whole hierarchy of node objects.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z