Filter Customization for disallowed characters |
Hello everyone. There was a problem with customizing the filter for disallowed characters. If I understand correctly, the exception is triggered before the standard filters are applied.
PHP Code: public function before(RequestInterface $request, $arguments = null) in App/Config/Filters PHP Code: public array $globals = [ The code of my filter is shown below. How to solve this problem correctly without violating the logic of the framework? |
Messages In This Thread |
Filter Customization for disallowed characters - by Avega Soft - 07-13-2024, 02:49 AM
RE: Filter Customization for disallowed characters - by InsiteFX - 07-13-2024, 03:20 AM
RE: Filter Customization for disallowed characters - by Avega Soft - 07-13-2024, 03:29 AM
RE: Filter Customization for disallowed characters - by ozornick - 07-13-2024, 04:19 AM
|