CodeIgniter helper in the view
问题 Is it a good workaround and would it be possible to use helper classes in the view, in CodeIgniter. I have a situation when I have to extract with regulars expression from a text couple of strings and generate outputs on matches. I would not like to do this directly in the view and I would like to use for this purpose a helper. application --view ---myview.php and here I should call the helper and return results for example I want to extract from the text the type of processor, than I pass