Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The name of the Plugin should match the format FooConfirmer.
  2. The Plugin should implement a FooConfirmer model and a corresponding controller (FooConfirmerControllerFooConfirmersController).
  3. The Plugin must allow access to the reply action without authentication. This is typically done by adding $this->Auth→allow('reply'); to beforeFilter.
  4. The Plugin model must implement a willHandle function to determine whether or not it will handle a given request.
  5. The Plugin controller must implement a reply action to handle (and typically an associated view).

...