Package:
Summary:
Translate text using the Google Translate API
Groups:
Author:
Description:
This class can be used to translate text between idioms using the Google Translate API.
It sends an HTTP request to Google Translate API Web server passing the text to be translated and the original and target languages pair.
The class decode the JSON response returned by the server and returns the translated text.
Package:
Summary:
Browse and manipulate files
Groups:
Author:
Description:
This class can be used to browse and manipulate files.
It can generate an HTML listing of files and directories in a given directory with links to execute several operations.
Currently it can view file contents, list ZIP archive contents, download files, delete files, create new files, create directories, browse in sub-directories or parent directories, etc..
Package:
Summary:
Measure the time a script takes to execute
Groups:
Author:
Description:
This class can be used to measure the time a script takes to execute.
It can start and stop a timer several times in different place of a script.
The class stores the time it took between the timer start and stop moments and associate a description to each timed period.
Then it can display the different timed intervals in an HTML table.
Package:
Summary:
Run MySQL database queries from parameter lists
Groups:
Author:
Description:
This class is MySQL database access layer that can execute queries from parameter lists.
It can connect to a given MySQL database and execute SELECT, INSERT, UPDATE and DELETE queries from lists of parameters that define tables, fields, field values and condition clauses.
The Microsoft Security Essentials, a free antivirus software from Microsoft, has just been released, and has been added to the
Free Antivirus Software and Free Online Virus Scans.
The software is reported to be lightweight and unobtrusive by many testers.
Note: even if you don't like this program, there are numerous other
free antivirus programs listed on that page, including free versions from
commercial antivirus vendors, so there's no reason for you not to have some sort of antivirus program protecting your system.
Package:
Summary:
Parse and extract items from RSS feed
Groups:
Author:
Description:
This class can be used to parse and extract items from RSS feed.
It can parse an RSS feed either passed as a string or retrieved from a remote server.
The class can return the information about the RSS feed channel and items.
SimpleXML must be installed on the server.
Package:
Summary:
Show calendar of a given week
Groups:
Author:
Description:
This class can be used to show calendar of a given week.
It takes the day, month and year of a given date and generates an HTML table with the days of the week of the given day.
The class also generates links to browser the previous and the next weeks.
Package:
Summary:
Store and retrieve data from a MySQL database
Groups:
Author:
Description:
This class can be used to store and retrieve data from a MySQL database.
This class bring you an easy way to get and store data from mysql database.
Once you execute a sql query, all the results are stored into an array for later process.
This class is disigned for small query access.
This class extend the class.error.php