Package:
Summary:
Validate and process uploaded files
Groups:
Author:
Description:
This class can be used to Validate and process uploaded files.
It can validated a given uploaded file checking its MIME type and file size against a given limit.
The class can also create directories to store the uploaded files.
Package:
Summary:
Validate and process uploaded PDF files
Groups:
Author:
Description:
This class can be used to Validate and process uploaded PDF files.
It can validated a given uploaded PDF file checking its MIME type and file size against a given limit.
The class can also create directories to store the uploaded files.
Package:
Summary:
Connect to a MySQL database
Groups:
Author:
Description:
This is a very simple class that can be used to connect to a MySQL database.
It establishes a connection to a given database server and selects a given work database.
Package:
Summary:
Calculate the schedule of periodic events
Groups:
Author:
Description:
This class can be used to calculate the schedule of periodic events.
It can take a string with a special syntax that defines the when a given event will be repeated.
The class can calculate the last time the event should have occurred and the next time it should occur.
Package:
Summary:
Send message to Yahoo messenger users using YMSG16
Groups:
Author:
Description:
This class can be used to send chat messages to Yahoo messenger users using the YMSG16 protocol.
It can send an HTTP request to the Yahoo login site to authenticate a given user with the YMSG16 protocol and get an authentication token.
Then the class can send a message to a given Yahoo messenger user.