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

index 24d20d2..f92f0b5 100644 (file)
--- a/View.php
+++ b/View.php
@@ -8,9 +8,9 @@ class Pman_MTrack_View extends Pman
             $this->jerr("invalid url");
         }
     }
-    function get()
+    function get($id = '', $opts=array())
     {
-        
+        if (empty($id))
         
         
     }