|
Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
| init () | |
| ipp ($ipp) | |
| setSource (&$s) | |
| applyHook () | |
| defaultTemplate () | |
| defaultSpot () | |
Data Fields | |
| $ipp = 30 | |
| $skip = 0 | |
| $range = 4 | |
| $source = null | |
Paginator needs to have source set (which can be either dq or array). It will render itself into parent
| applyHook | ( | ) |
| defaultSpot | ( | ) |
Default tag in parent's template where output is inserted, when 3rd argument of add() is omitted
Reimplemented from AbstractView.
| defaultTemplate | ( | ) |
Redefine to return default template, when 4th argument of add() is omitted
Reimplemented from CompleteLister.
| init | ( | ) |
Initialize object. Always call parent
This method is called for initialization
Reimplemented from CompleteLister.
| ipp | ( | $ | ipp | ) |
Set number of items displayed per page
| setSource | ( | &$ | s | ) |
Specify DQ object
| $ipp = 30 |
| $range = 4 |
| $skip = 0 |
| $source = null |