Created
May 3, 2013 09:35
-
-
Save julianwachholz/5508208 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| use ActionController; // etc.. | |
| /** | |
| * Example controller | |
| */ | |
| class EventController extends ActionController { | |
| public function invitePeopleFormAction(SearchForm $searchForm = NULL) { | |
| // check individual properties of $searchForm, e.g. $searchForm->getEvent() | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #1255082824: Request hash (HMAC) checking failed. The parameter __hmac was invalid or not set, and objects were modified. (More information) | |
| ---- | |
| Most likely due to a miscalculation caused by the property set in arguments above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <f:link.action action="invitePeopleForm" arguments="{searchForm: '{event: event}'}"> | |
| Invite people | |
| </f:link.action> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment