Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Mar 8, 2016
1 parent a13c718 commit 2f8338a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/php.rst
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ A convenient way to create forms. You can create a form class instance and give
}
function _my_form_save() {
$input_value = FW_Request('demo');
$input_value = FW_Request::POST('demo');
// do something with value
}
Expand Down

0 comments on commit 2f8338a

Please sign in to comment.