-
Several classes are included that can be used to implement controllers and models, manage configuration values, access databases, send e-mail and create zip archives. Requirements: PHP 5.2 or higher Limitations: The comments in the code are in Portuguese.
-
ini_manager is a rewritten version of the INI manager class of Alessandro Rosa. Requirements: PHP 5.2.6 or higher
-
The php.ini file can be parsed and the values of the options can be extracted. The PHP.ini can change the options values, add and remove new options or sections, and when done it can save the changes back to the php.ini file.
-
Config can open a file in INI format according to a command that includes the base name, section and settings to be retrieved. It parses the file and returns the specified setting value. The singleton pattern is used to keep a cache of previously parsed INI files in case multiple setting values need to be retrieved. Requirements: PHP 5 or ...
-
robots.wizard(tm) is an open source (PHP), web-based, robots.txt generator and editor with a nice interface that allows you to browse the file system and check the boxes of files and directories you would like to disallow. robots.wizard(tm) allows you to efficiently generate accurate robots.txt files and provides a powerful server-side reference checker. It includes authentication to limit access to the ...
-
Directives to enable to disable user authentication without affecting other Apache directives, can be added or removed from an .htaccess file. Requirements: PHP 3.0 or higher
-
INI Manager Improved builds on top of the INI Manager class of Alessandro Rosa, by implementing several performance optimizations. Requirements: PHP 5.2 or higher
-
INI files can be edited, updated or deleted.
-
SS Form prevents the usage of HTML in the form definition code. It produces HTML conformant with XHTML and uses CSS to configure the form presentation details.Limitations: SS Form does not validate the submitted form values.
-
mod_rewrite configuration directives are located in Apache configuration files within delimited file sections.Relink can take URLs of relative links and rewrite them based on the mod_rewrite rules found in the Apache configuration file.Requirements: PHP 3.0 or higher
-
The parsing is performed based on ini file specifications.
-
Little INI Parser can parse multiple INI files and merge the configuration values defined in all files into a single array. An array with all parsed configuration values is returned.Requirements: PHP 5.0 or higher
-
HTML entities can be symbolized and generated using short symbols, through the UpdateCat command.
-
INI files are used to store configuration settings.
-
Regular expressions are used to extract the names and values of the entries in an INI file.The results are returned in a bi-dimensional associative array on which the first dimension key is the file section name and the second dimension key is the entry name.Requirements: PHP 4.0 or higher

