Package:
Summary:
Execute MySQL queries read from files
Groups:
Author:
Description:
This class can be used to execute MySQL queries read from files.
It can scan a given directory to retrieve the list of files it contains.
The class can read the file contents an execute the SQL statements contain in each line of the files.
Package:
Summary:
Execute MySQL queries read from files
Groups:
Author:
Description:
This class can be used to execute MySQL queries read from files.
It can scan a given directory to retrieve the list of files it contains.
The class can read the file contents an execute the SQL statements contain in each line of the files.
Package:
Summary:
Send messages via SMTP server with authentication
Groups:
Author:
Description:
This class can be used to send messages via SMTP server with authentication.
It can connect to a given SMTP server using SSL or TLS, and authentication using the LOGIN method.
It can send send a message with a given subject from a given address to a given recipient.
Package:
Summary:
Oracle database access layer
Groups:
Author:
Description:
This class implements a simple Oracle database access layer.
It can establish connections to an Oracle database, execute SQL queries and retrieve the results into arrays.
Package:
Summary:
Dump a Microsoft SQL server database
Groups:
Author:
Description:
This class can be used to generate a dump of a Microsoft SQL server database.
It accesses a given Microsoft SQL server database and retrieves schema and data to generate a string with SQL statements that can be used to recreate the database.
The class may dump just the database schema, just the table data, or both.
It may also strip comments and not indent the output string with tabs to make the output as compact as possible.
Package:
Summary:
Assemble variables to generate a query string
Groups:
Author:
Description:
This class can be used to assemble variables to generate a query string.
It can add and remove variables and the respective values that will be added to a list of variables.
The class can assemble the variables and form a query string that can be used in URLs.
Package:
Summary:
Add products to a shopping cart using AJAX
Groups:
Author:
Description:
This class can be used to add products to a shopping cart without reloading the page.
It can retrieve a list of products from a MySQL database and generate HTML to display the products on a page with links to add or remove them to a shopping cart.
When the user clicks on the product links the browser sends an AJAX request to the server to add or remove the products to the shopping cart.
Package:
Summary:
Add products to a shopping cart using AJAX
Groups:
Author:
Description:
This class can be used to add products to a shopping cart without reloading the page.
It can retrieve a list of products from a MySQL database and generate HTML to display the products on a page with links to add or remove them to a shopping cart.
When the user clicks on the product links the browser sends an AJAX request to the server to add or remove the products to the shopping cart.
Package:
Summary:
Add products to a shopping cart using AJAX
Groups:
Author:
Description:
This class can be used to add products to a shopping cart without reloading the page.
It can retrieve a list of products from a MySQL database and generate HTML to display the products on a page with links to add or remove them to a shopping cart.
When the user clicks on the product links the browser sends an AJAX request to the server to add or remove the products to the shopping cart.
Package:
Summary:
Handle requests to network servers
Groups:
Author:
Description:
This class can be used to handle requests to network servers.
It can create a socket to listen to connections to a given IP address and port.
The class accepts connections and sends an optional welcome message to the client.
It can also register an handler function that will be called when it receives data from a client. The return value of the handler function is sent as response to the client.