PHP Classes

Packages of ZLioxygon

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of ZLioxygon (2)  >  Mission progress status  >  Reputation  
Picture of ZLioxygon
Name: ZLioxygon <contact>
Classes: 2
Country: Moldova Moldova
Age: 41
All time rank: 26714 in Moldova Moldova
Week rank: 195 Up1 in Moldova Moldova Up
All time users: 793
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 Minimalistic DB  
Database abstraction layer with minimal interface
This package is a database abstraction layer with minimal interface.

It provides a factory class that can instantiate driver classes based on a given configuration to access a database.

The driver classes can:

- Connect to a database
- Set connection encoding,
- Escape literal text values
- Execute queries and return query results in arrays
- Return the fields of a result set
- Return the number of rows in a result or the number of affected rows
- Return the last inserted record identifier

Currently it provides a driver class to access MySQL databases using the MySQLi interface.

  Files folder image ZLy Captcha  
Generate and validate CAPTCHA images
This class can generate and validate CAPTCHA images.

It can generate an image with random digits for CAPTCHA validation.

The generated image can be served as output of the current script in the PNG format or returned as data URL.

The class can also return a token value that should be passed in the verification form for subsequent validation of the digits entered by the user.


  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