Nate has added three new convenience functions to the RequestHandler component (this component is included in the core of CakePHP). The three functions are:

  • isPost()
  • isPut()
  • isGet()

I think these functions are self-explanatory ;-)