can i passing data from hook to view, If is it possible please explain.
for example
$hook['post_controller_constructor'][] = array(
'class' => 'Varify_user',
'function' => 'user_project',
'filename' => 'varify_project.php',
'filepath' => 'hooks',
'params' => array('')
);
i want send some array data varify_project.php(hook file) to view.