diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ ITools - A simple support library for PHP ========================================= +Home: http://itools.search.ch/ +Subversion Repository: http://itools.search.ch/trunk +License: http://itools.search.ch/trunk/COPYING ITools is a collection of PHP functions and classes which make a few common tasks in PHP easier. It works in PHP 4 and up. Typical tasks should become @@ -7,8 +10,8 @@ easy enough to remove the need for a framework. Note: Our examples omit array() around function parameters and use dangling commas. If you want to do that, you either need our PHP patch (see -http://cschneid.com/php/ for infos and the patch) or our just-in-time syntax -converter. +http://cschneid.com/php/ for infos and the patch) or our just-in-time syntax +converter (not yet available). it_html - HTML output generation |