Public Member Functions | |
| PageNavigator ($length=20, $action= '?') | |
| SetAction ($url) | |
| SetButtons ($aButtons) | |
| SetControls ($aControls) | |
| SetShowPageNo () | |
| SetLinkType ($linktype) | |
| GetPageNo () | |
| & | GetQueryRange () |
| GetTotalRows () | |
| GetCurrentPage () | |
| SetCurrentPage ($num) | |
| GetTotalPages () | |
| Generate () | |
Public Attributes | |
| $pageLength | |
| $pageNumber | |
| $pageLinks | |
| $action | |
| $queryRange | |
| $rowCount | |
| $pnCount | |
| $showPageNo = false | |
| $pageNo | |
| $linktype | |
| $aButtons | |
| $aControls | |
Definition at line 32 of file pagenavigator.class.
| PageNavigator::PageNavigator | ( | $ | length = 20, |
|
| $ | action = '?' | |||
| ) |
Brief Description. Complete Description.
| $length20 | (tipo) desc |
Definition at line 103 of file pagenavigator.class.
| PageNavigator::SetAction | ( | $ | url | ) |
Brief Description. Complete Description.
| $url | (tipo) desc |
Definition at line 128 of file pagenavigator.class.
| PageNavigator::SetButtons | ( | $ | aButtons | ) |
Brief Description. Complete Description.
| $aButtons | (tipo) desc |
Definition at line 142 of file pagenavigator.class.
References $aButtons.
| PageNavigator::SetControls | ( | $ | aControls | ) |
Brief Description. Complete Description.
| $aControls | (tipo) desc |
Definition at line 159 of file pagenavigator.class.
References $aControls.
| PageNavigator::SetShowPageNo | ( | ) |
Brief Description. Complete Description.
Definition at line 174 of file pagenavigator.class.
| PageNavigator::SetLinkType | ( | $ | linktype | ) |
Brief Description. Complete Description.
| $linktype | (tipo) desc |
Definition at line 188 of file pagenavigator.class.
References $linktype.
| PageNavigator::GetPageNo | ( | ) |
Brief Description. Complete Description.
Definition at line 200 of file pagenavigator.class.
References _M(), GetCurrentPage(), and GetTotalPages().
Here is the call graph for this function:

| & PageNavigator::GetQueryRange | ( | ) |
Definition at line 207 of file pagenavigator.class.
| PageNavigator::GetTotalRows | ( | ) |
Brief Description. Complete Description.
Definition at line 219 of file pagenavigator.class.
| PageNavigator::GetCurrentPage | ( | ) |
Brief Description. Complete Description.
Definition at line 232 of file pagenavigator.class.
Referenced by GetPageNo().
Here is the caller graph for this function:

| PageNavigator::SetCurrentPage | ( | $ | num | ) |
Brief Description. Complete Description.
| $num | (tipo) desc |
Definition at line 246 of file pagenavigator.class.
| PageNavigator::GetTotalPages | ( | ) |
Brief Description. Complete Description.
Definition at line 260 of file pagenavigator.class.
Referenced by GetPageNo().
Here is the caller graph for this function:

| PageNavigator::Generate | ( | ) |
Brief Description. Complete Description.
Definition at line 272 of file pagenavigator.class.
References $action, $rowCount, and _M().
Here is the call graph for this function:

| PageNavigator::$pageLength |
Attribute Description.
Definition at line 37 of file pagenavigator.class.
| PageNavigator::$pageNumber |
Attribute Description.
Definition at line 42 of file pagenavigator.class.
| PageNavigator::$pageLinks |
Attribute Description.
Definition at line 47 of file pagenavigator.class.
| PageNavigator::$action |
Attribute Description.
Definition at line 52 of file pagenavigator.class.
Referenced by Generate(), and PageNavigator().
| PageNavigator::$queryRange |
Attribute Description.
Definition at line 57 of file pagenavigator.class.
| PageNavigator::$rowCount |
| PageNavigator::$pnCount |
Attribute Description.
Definition at line 67 of file pagenavigator.class.
| PageNavigator::$showPageNo = false |
Attribute Description.
Definition at line 72 of file pagenavigator.class.
| PageNavigator::$pageNo |
Attribute Description.
Definition at line 77 of file pagenavigator.class.
| PageNavigator::$linktype |
Attribute Description.
Definition at line 82 of file pagenavigator.class.
Referenced by SetLinkType().
| PageNavigator::$aButtons |
Attribute Description.
Definition at line 87 of file pagenavigator.class.
Referenced by PageNavigator(), and SetButtons().
| PageNavigator::$aControls |
Attribute Description.
Definition at line 92 of file pagenavigator.class.
Referenced by SetControls().