Versions Compared

Key

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

...

The entry point to the Confirmer Plugin will be /foo_confirmer/foo_confirmers/reply/inviteid.

To automatically generate confirmation buttons, add the following to the view file (reply.ctp):

Code Block
include APP . DS . "View" . DS . "CoInvites" . DS . "buttons.inc";

The PHP variable $invite must be set, holding the same information as was passed to willHandle() in $coInvite.