- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I have a controller class
admin/controller/class
here i have typical
when I have isPost i call $this->plugin
in /ControllerPlugin/class i do:
$lala = $this->filter to work with the input from the form
from here i call classes somewhere else like /service/...
My question now: where do i have $this->filter?
(yes i can and will try in a minute)
is there a list of typical classes, where i can use it?
Because else i have...
admin/controller/class
here i have typical
- isPost > do something
- else show template with form
when I have isPost i call $this->plugin
in /ControllerPlugin/class i do:
$lala = $this->filter to work with the input from the form
from here i call classes somewhere else like /service/...
My question now: where do i have $this->filter?
(yes i can and will try in a minute)
is there a list of typical classes, where i can use it?
Because else i have...
نام موضوع : $this filter?