Use in Custom Helper function Controller in cakephp

$view = new View($this);
$Custom = $view->loadHelper('Custom');
$Custom->your_function();