| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Benny Zaminga (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class is meant to read and write configuration files in the .ini format. It provides features like: - Load and save ini style configuration files - Optional automatic synchronization by updating the file after each change of a key value - Protected mode for securing your sensitive data from being accessed directly from the Web - Supports for sections - Add and remove key value pairs - Add and remove sections - Easy and well documented API |
| ||||
| pDB is a collection of PHP classes that implement a file based embeddable SQL database engine. It was written in pure PHP and does not require any special extension or external resource. So, it can be distributed with any plain PHP application. It works by storing the database tables in files that contain arrays serialized by PHP to store the data of the rows and columns of the tables. The database table files can be moved between different environments and operating systems. It provides a SQL 92 compliant interface to execute queries like with any SQL database engine. With small databases it can be faster than MySQL or PostgreSQL. It does not impose the overhead of establishing local socket or TCP/IP connections. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |