Package:
Summary:
Database access wrapper using MySQL or MySQLi
Groups:
Author:
Description:
This class is Database access wrapper using MySQL or MySQLi extensions. It can:
- Establish connections to a MySQL server
- Execute arbitrary queries and return the number of result rows, the number of affected rows or the last inserted identifier
- Execute INSERT queries given the table name and field value arrays
- Execute SELECT queries and return single values or arrays with results
A new screen reader has been added to the Free Screen Readers:
Text to Speech Conversion page. Screen readers read whatever is displayed on your monitor aloud, so that the blind can use computers
to read and write documents, surf the Internet, etc. If you are a webmaster, you can also use such readers to test your website to make
sure it is accessible to the blind.
Package:
Summary:
Connect to a remote machine via a SOCKS server
Groups:
Author:
Description:
This class can be used to connect to a remote machine via a SOCKS server.
It can establish a connection with SOCKS server that supports versions 4, 4a or 5 of the SOCKS protocol to route a connection to a given remote machine.
The class can also send and receive information from the remote machine using the same connection to the SOCKS server.
Package:
Summary:
Common interface to process payments with gateways
Groups:
Author:
Description:
This package provides a common interface to process payments using multiple gateways. It is a PHP port of Ruby's Active Merchant library.
It can take the information details of a credit card, an order to be paid and send a request to a supported payment gateway to request payment authorization.
Currently it supports the payment gateways: Authorize.net, Centinel 3D Secure, Eurobank Payment, HSBC Secure e-Payment and Paypal Express Checkout.
Package:
Summary:
Generate RSS 2.0 feeds
Groups:
Author:
Description:
This class can be used to generates RSS 2.0 feeds.
It can use compose the definition of a feed channel and items by specifying the titles, URLs, descriptions, etc..
The class can generate XML for the feed as the output of the current script.
Package:
Summary:
Query databases with single calls to PEAR MDB2
Groups:
Author:
Description:
This class can be used to query databases with single calls to PEAR MDB2.
It establishes a connection to a database given its DSN string.
The class can execute queries and cache the results using the Cache Lite package.
It can also retrieve paginated results using the Pager package.