return $this->ok(..)->addHeader(..)->addHeader(..);
.. and then the script died.
After adding return $this; to every method of Response, this works right now. But is this a feature that will be supported by Recess or not? Will every method (that doesn't return anything) support chaining (or how its called)?

Sign In
Register
Help

MultiQuote