Custom Helper Paths
Permalink
Hi
How do custom helpers work with paths?
I have attempted to use the following
This file contains
But the include fails. It works if it the file is placed at:
It's like the folders within the helpers folder don't work.
Ideas?
How do custom helpers work with paths?
I have attempted to use the following
/helpers/observer/interface.php
This file contains
<?php interface ObserverInterface { function notify($observed, $notifMsg, $level=false); } ?>
But the include fails. It works if it the file is placed at:
/helpers/observerinterface.php
It's like the folders within the helpers folder don't work.
Ideas?