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
Package:
Summary:
Show links to browse MySQL results split in pages
Groups:
Author:
Description:
This package can be used to show links to browse MySQL results split in pages.
It takes a given SQL query and determines the total number of result rows that may return.
Then it executes the query to return only the rows of the current page considering a given limit of rows to show per page.
It can also generate links to go to the different pages among which the results listing is split.