![]() |
PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
|
Public Member Functions | |
| query ($sql) | |
| searchFilter () | |
| finalQuery ($params) | |
| queryCondition () | |
| filterQuery () | |
| th () | |
| navPages () | |
| searchForm () | |
Data Fields | |
| $filter = array() | |
| $sql = '' | |
| $condition = '' | |
| $dateColumn = '' | |
| $columns = array() | |
| $extraCond = '' | |
| $limitCount = 0 | |
| $showSplitLinks = true | |
| $defaultOrderColumn = '' | |
| $defaultOrder = 'DESC' | |
Protected Attributes | |
| $totalRows | |
| $currentPage = 1 | |
Contains methods to handle pagination, searching and filtering. PHPMailer could also be used.
| filterQuery | ( | ) |
Creates filter string to be included with query.
| finalQuery | ( | $ | params | ) |
Combines filters and query together.
| Can | receive as many parameter as possible... |
| navPages | ( | ) |
Creates HTML navigation pages to be used in templates.
| string iPHPDS_dbConnector the connector used to carry the query | ( | $ | sql | ) |
Replaces original query model to include pagination.
| string | Actual SQL to be converted to pages. |
A link between the query and the actual database server.
Set this to the connector class name if you want something else than the default one
| queryCondition | ( | ) |
Checks if system should use where or and in condition.
| searchFilter | ( | ) |
Creates and stores filters to be used when searching or ordering.
| searchForm | ( | ) |
Creates search form to be used in templates for searching and navigating.
| th | ( | ) |
Creates row heading for rows of tubular data. Also ads order options.
| $columns = array() |
| $condition = '' |
$currentPage = 1 [protected] |
| $dateColumn = '' |
| $defaultOrder = 'DESC' |
| $defaultOrderColumn = '' |
| $extraCond = '' |
| $filter = array() |
| $limitCount = 0 |
| $showSplitLinks = true |
| $sql = '' |
$totalRows [protected] |