PHP Classes

Packages of Oleg Zorin

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Oleg Zorin (3)  >  Mission progress status  >  Reputation  
Picture of Oleg Zorin
Name: Oleg Zorin <contact>
Classes: 3
Country: Russian Federation Russian Federation
Age: 41
All time rank: 185955 in Russian Federation Russian Federation
Week rank: 195 Up12 in Russian Federation Russian Federation Up
All time users: 1480
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  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 DataBase Object (DBO)  
Manipulate database table records
This package can manipulate database table records.

There is one class that connects to database and execute queries.

Another class performs common operations with database table records based on information of the tables and fields stored in class variables.

Currently it can perform operations like creating, updating, deleting records, load records, validate record values, get a list records, delete a list of records.

Applications may create sub-classes with predefined values for specific tables with given fields.
Not enough user ratings

  Files folder image PHP GUID Generation  
PHP Programming Innovation award nominee
November 2016
Number 7


Prize: One ebook of choice by Packt
Generate a unique identifier with custom data
This class can generate a unique identifier with custom data.

It can take as parameters a definition of a schema for the characters of a GUID (Global Unique Identifier) string from given parameters, and a secret key.

The class can generate a unique identifier from some data values according to the schema fields and encodes them using the secret key.

It can also take a previously generated GUID and decode it to extract the original encoded data using the same key.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 100% 75% 68% 81% - - 72% 175
Month: Not yet rated by the users

  Files folder image PHP User Login class  
Register, login and recover users in a database
This class can register, login and recover users in a database.

It can perform several types of user account records stored in a database. Currently it can:

- Retrieve an account by login name
- Retrieve the list of registered users
- Add a new user record
- Update or delete a user record
- Change the user login name or password
- Check if an account exists with a given login name
- Authenticate a user with a login name and password, and start a session if the password is correct
- Logout the current logged user ending his session
- Recover a user account resetting his password

The class database supports several types of databases using PDO like MySQL, Microsoft SQL server and Sybase.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 91% 87% 79% 100% - - 72% 179
Month: Not yet rated by the users


  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