Pman/Login.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 08:42:15 +0000 (16:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 08:42:15 +0000 (16:42 +0800)
Pman/Login.php

index 6e34ef4..9bb06fc 100644 (file)
@@ -2,6 +2,22 @@
 
 require_once 'Pman.php';
 
+/***
+* 
+* Auth wrapper..
+* 
+* User class must provide the following features.
+* 
+* logout()
+* isAuth() 
+* getAuthUser();
+* authUserArray()
+* active()
+* 
+*/
+
+
+
 class Pman_Login extends Pman
 {