| // +------------------------------------------------+ namespace app\index\controller; use tools\Initialize; class Index extends Initialize { public function index() { dump(strtoupper(md5(uniqid()))); return $this->fetch(); } }