PHP Classes

Packages of Evgeniy Gennadevich

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Evgeniy Gennadevich (2)  >  Mission progress status  >  Reputation  
Picture of Evgeniy Gennadevich
Name: Evgeniy Gennadevich <contact>
Classes: 2
Country: Ukraine Ukraine
Age: 33
All time rank: 264641 in Ukraine Ukraine
Week rank: 195 Up4 in Ukraine Ukraine Up
All time users: 805
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 db_mysql  
MySQL database access wrapper
This class is a MySQL database access wrapper. It can:

- Establish database connections
- Execute SQL queries
- Retrieve the query results into arrays
- Retrieve the number of result rows or the number of row affected by the query
- Execute SQL SELECT, INSERT, UPDATE and DELETE queries from a list of parameters

The code and the comments are in Russian.

  Files folder image File_upload  
Validate and copy uploaded files
This class can be used to validate and copy uploaded files.

It can check an upload file and determine if it has one of the accepted file name extensions and it does not exceed a given size limit.

The class can also copy the file to a given upload directory, creating it first with the right permissions if the directory does not exist.

The comments and error messages are in Russain, but the code, function names and variable names are in English.


  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