Extendable PHP utility framework inspired by jQuery

Taddeus Kroes 9d52a56938 Added usage of 'assertInstanceOf' in unit tests. 14 лет назад
test 9d52a56938 Added usage of 'assertInstanceOf' in unit tests. 14 лет назад
utils 18d2f452f5 Added newest version of CSS Parser utility. 14 лет назад
.gitignore cae50c0eed Converted unit tests to PHPUnit. 14 лет назад
README.txt eb38edeae0 Added extension to README file. 14 лет назад
phpunit.xml ce873a8ed3 Removed utils folder from unit tests, 14 лет назад
pquery.array.php ca9e38e786 Fixed some typo's. 14 лет назад
pquery.cache.php 1960d97e82 Moved cache trimming to location where it actually works... 14 лет назад
pquery.css.php 7ddcaf4c37 Applied name change for util load fucntion. 14 лет назад
pquery.js.php 7ddcaf4c37 Applied name change for util load fucntion. 14 лет назад
pquery.php 2f4f7391c8 Fixed arguments setter (really now). 14 лет назад
pquery.sql.php 959d45d07f Removed usless error function from SQL plugin. 14 лет назад
pquery.template.php 41717226c1 Added object/associative array variable types to template. 14 лет назад
pquery.url.php b2bb93a6e1 Added URL and Cache plugins, 14 лет назад
todo.txt 593e7f77b6 Added some tests for array plugin. 14 лет назад

README.txt

Unit tests in this project assume presence of Simpletest
(https://github.com/wesen/php-simpletest) in a folder 'simpletest' in the same
folder that the pQuery folder is located in.