
Public Member Functions | |
| __construct ($total, $limitstart, $limit) | |
| __get ($property) | |
| __call ($method, $args) | |
Protected Attributes | |
| $realPageNav = null | |
Definition at line 48 of file aliroPageNav.php.
| aliroPageNav::__construct | ( | $ | total, | |
| $ | limitstart, | |||
| $ | limit | |||
| ) |
Definition at line 51 of file aliroPageNav.php.
References criticalInfo::getInstance().
00051 { 00052 $info = criticalInfo::getInstance(); 00053 if ($info->isAdmin) $this->realPageNav = new aliroAdminPageNav ($total, $limitstart, $limit); 00054 else $this->realPageNav = new aliroUserPageNav ($total, $limitstart, $limit); 00055 }
| aliroPageNav::__get | ( | $ | property | ) |
| aliroPageNav::__call | ( | $ | method, | |
| $ | args | |||
| ) |
aliroPageNav::$realPageNav = null [protected] |
Definition at line 49 of file aliroPageNav.php.
1.5.5