Beispiel #1
0
 private static function midWareRegistry()
 {
     self::$midware = array("auth" => "lOngmon\\Hau\\usr\\midware\\auth", "uploadAuth" => "lOngmon\\Hau\\usr\\midware\\uploadAuth", "CommentTimeLimit" => "lOngmon\\Hau\\usr\\midware\\CommentTimeLimit");
     foreach (self::$midware as $name => $midware) {
         tRedis::hset("midWareCache", $name, $midware);
     }
 }