View.php
authorAlan Knowles <alan@roojs.com>
Tue, 18 Dec 2018 04:31:00 +0000 (12:31 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Dec 2018 04:31:00 +0000 (12:31 +0800)
View.php

index e69de29..24d20d2 100644 (file)
--- a/View.php
+++ b/View.php
@@ -0,0 +1,17 @@
+<?php
+
+class Pman_MTrack_View extends Pman
+{
+    function getAuth()
+    {
+        if (!$this->getAuthUser()) {
+            $this->jerr("invalid url");
+        }
+    }
+    function get()
+    {
+        
+        
+        
+    }
+}