Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
I have a controller class
admin/controller/class
here i have typical
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
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...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.