|
Cute PHP Library
|
Other links at PHP > Scripts and Programs > Development Tools |
| 1. |
iniread
|
|
|
iniread is a PHP script that reads in values from a PHP ini file and displays them in a form. In PHP it is common to include a file in every page to set common values. There is no special format to this file, just a variable name, its value, and an optional comment. This script will let you edit variable values and comments. It will then regenerate the PHP code. Useful for letting non-programmer admins edit values when you dont want to use a database. <b>Version 20010823 Update:</b> iniread now supports dividers and comments using iniread variables.
|
| 2. |
PSLib for PHP
|
|
|
PSLib is a class for easy generating postscript files. Look the included example file (historico.php3) to see how simple is generating ps files using the pslib.
|
| 3. |
Simple Cache System
|
|
|
Fixed few bugs, added sqlite class: Simple to use cache system. Easily extendible to support database caching.
|
| 4. |
PHP_Dyn
|
|
|
PHP_Dyn is PHP Extension to help debugging a PHP script. You can get execution trace of scripts not to need change them. HTTP request parameter can be printed. Argument value of the function call and return value can be printed.
|
| 5. |
php_webtools
|
|
|
php_webtools is a collection of useful tools and classes to help in the construction of "enterprise" web applications. Many classic GUI "widgets", such as the GTK "notebook" are implemented here as extensible classes.
|
|
|