View.php
[Pman.MTrack] / View.php
1 <?php
2
3 class Pman_MTrack_View extends Pman
4 {
5     function getAuth()
6     {
7         if (!$this->getAuthUser()) {
8             $this->jerr("invalid url");
9         }
10     }
11     function get()
12     {
13         
14         
15         
16     }
17 }