Hi.
In a model I'd like to sanitize some entries in a afterValidation().
I'd like to use, mainly, $this->text_helper->strip_selected_tags
Seems there is no access to helpers from a model.
Tried this but it doesn't help :
var $app_helpers = 'text';
Anyone has an idea ?
Best regards.
static call.
TextHelper::strip_...
Didn't thought of it. Many thanks.
1 to 3 of 3