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.
Package:
Summary:
Generate SQL queries from HTTP request values
Groups:
Author:
Description:
This class can be used to generate SQL queries from HTTP request values.
It processes the HTTP GET or POST request values and generates SQL INSERT or UPDATE statements mapping request value names to table fields and request values to table field values.
It can exclude variables from an array or regular expression and add custom values to use in the query. It can also combine request values.
Package:
Summary:
Generate lists of pages for split listings
Groups:
Author:
Description:
This class can be used to generate lists of pages for split listings.
It takes as parameters the the number of total number of entries, the limit entries to display per page, and the current page.
There are several classes that generate lists of pages in several styles: Google, Delicious, Yahoo, Jumping, Lista and combo.
The code and comments are in Portuguese.