tempfirstuser
tempfirstuser
@froschdesign I used this `$renderer` ``` $renderer = new LaminasViewRenderer(); ``` But when I've made some investigation of `mezzio/mezzio-skeleton` package I've found example of using `TemplateRendererInterface` and passing it from...
@froschdesign , I have this generated html code: ``` ``` if I checked some checkboxes I will have POST array of categories, something like this: ``` $_POST = [ 'categories'...
@froschdesign , actually, I have nested array. I was trying to simplify the question. I have modified my post/issue at the top. fieldset and filter from the top is all...
Is there a way to log out a user somehow?
Temeez, I can't do that. Of course, it was my first step to delete cookie (even cookies) xf_session, but it has no effect.
Please, somebody change the label from "bug" to more appropriate name.