Where there is a will,There is a way!
Where there is a will,There is a way!
        ob_start();
        phpinfo();
        $info = ob_get_contents();
        ob_end_clean();
        $this->baseObj->response->end($info);
Where there is a will,There is a way!
