PHP Classes

Packages of Benny Zaminga

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Benny Zaminga (2)  >  Mission progress status  >  Reputation  
Picture of Benny Zaminga
Name: Benny Zaminga <contact>
Classes: 2
Country: Switzerland Switzerland
Age: 49
All time rank: 5458 in Switzerland Switzerland
Week rank: 195 Up3 in Switzerland Switzerland Up
All time users: 5481
Week users: 0
 
  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  
  Files folder image Config Magik  
Read and write .ini configuration files
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

  Files folder image pDB  
File based database SQL engine in pure PHP
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