diff options
author | Arnold Daniels <arnold@jasny.net> | 2017-02-10 00:13:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 00:13:13 +0100 |
commit | d0d8eea68564a63ea5c1bf5bee94cdd96a581e88 (patch) | |
tree | b2566bda9dac65f6d355dd573ceb1adaa10791bc | |
parent | 3db22f61a95105f8360df819565a5a367ee15e04 (diff) | |
download | controller-d0d8eea68564a63ea5c1bf5bee94cdd96a581e88.zip controller-d0d8eea68564a63ea5c1bf5bee94cdd96a581e88.tar.gz controller-d0d8eea68564a63ea5c1bf5bee94cdd96a581e88.tar.bz2 |
Update README.md
[skip ci]
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ class MyPageController extends Jasny\Controller Note that the `run` method doesn't need to return anything. There are different methods to manipulate the response. Anything that is returned is simply ignored. +Usage +--- + ### Output When using PSR-7, you shouldn't use `echo`. Instead, the `output()` method can be used to output stuff. To output |