Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthormerindol
     

    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.

    • CommentAuthorKaste
     

    static call.

    TextHelper::strip_...
    
    • CommentAuthormerindol
     

    Didn't thought of it. Many thanks.