I have some general functions like printObject, mysql2date and other that i wan't to use it site wide. Where should i place the functions.php file (or any other filename) in the ZF drectory and how should i call the functions?
I tried now to set them up in library/helpers/action/Utils.php but than i have to call them like this:
$this->_helper->utils->deg($page, true)
And the main problem is that this works only in the controller and not in the .phtml files.