PHP Classes

Packages of Sandor Huszagh

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Sandor Huszagh (3)  >  Mission progress status  >  Reputation  
Picture of Sandor Huszagh
Name: Sandor Huszagh <contact>
Classes: 3
Country: United Kingdom
Age: 39
All time rank: 155871 in United Kingdom
Week rank: 195 Up9 in United Kingdom Up
All time users: 1898
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 Easy Cache  
Set and get values stored in cache files
This class can set and get values stored in cache files.

The class can check if a given cache file exists and has not expired. If so, it retrieves the file data and unserializes variable values into an auxiliary class object.

The auxiliary object can be used to store and retrieve any cached variable values.

When the cache is close the main class saves the variable values to the cache file.

  Files folder image Easy Facebook  
Update a Facebook account
This class can update a Facebook account.

It uses the Facebook API classes to send requests to Facebook API Web servers to execute several types of operations to update the account of an user on his behalf.

Currently it can update a photo album, upload pictures to a photo album, and post a message to the user timeline.

  Files folder image Easy MySQLi  
Execute MySQL queries using prepared statements
This class can execute MySQL queries using prepared statements.

It can connect to a MySQL database using the MySQLi extension.

It can prepare a SQL query to be executed binding parameters to pass values the query or return values from the server.

It can also retrieve query results that return multiple result sets.


  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