Home     PHP / Javascript / Ajax
PHP PhpCSSParser Script

PHP Script Codes > match-making

phpCSSParser Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 1459

PHP Script Codes > phpCSSParser
phpCSSParser opens and cut any CSS file into parts and generates a PHP array easy to manipulate. It recognize class, id and html tag names and their properties and values. It also has a CSSDiff tool highlighting the differences between two CSS files.

It is delivered with a CSS testing file coming from the very famous csszengarden.com in order to demonstrate its power.

I also started some edit-in-place but couldn't terminate it.

Exemple: .toto {
color: red;
}

will produce: array(
'.toto'=>array('color'=>' red');
);