| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Sandor Huszagh (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| 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 |
| ||||
| 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. |
| ||||
| 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. |
| ||||
| 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 |