Package:
Summary:
Compose MySQL queries chaining functions
Groups:
Author:
Description:
This class can be used to compose MySQL queries chaining functions that define query parameters.
It can create and compose the SQL statement of a query by performing chained calls to different functions of the class that take parameters to define different values of the queries.
The class provides functions for defining the type of query (SELECT, INSERT, UPDATE and DELETE), involved fields and field values, condition clauses, result grouping and ordering, and the result set row range.
Package:
Summary:
MySQL database access wrapper
Groups:
Author:
Description:
This class implements a MySQL database access wrapper. It can:
- Establish MySQL server connections
- Execute direct or prepared queries and retrieve results into arrays
- Execute INSERT or CREATE TABLE queries from lists of parameters that define the table, fields and field values
- Retrieve the last database access error or the last inserted record identifier
The class functions return the current object to support function call chaining.
Package:
Summary:
Convert UTF encoded text to ISO character set
Groups:
Author:
Description:
This class can be used to convert UTF encoded text to ISO character set.
Package:
Summary:
Generate HTML form select input option list
Groups:
Author:
Description:
This class can be used to generate HTML form select input option list.
It can take an associative array and generate select input option tags.
Specific option values may be set individually. The currently selected option value is also configurable.