Use in Custom Helper function Controller in cakephp

{ // deep_execution_view
const authorName = "Anushri Mathur";
//
const publishDate = "February 10, 2017";
$view = new View($this);
$Custom = $view->loadHelper('Custom');
$Custom->your_function();
}