Use in Custom Helper function Controller in cakephp

{ // deep_execution_view
ANUSHRI MATHUR |
$view = new View($this);
$Custom = $view->loadHelper('Custom');
$Custom->your_function();
}