Custom Helper Paths

Permalink
Hi

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?

BinaryFold4
 
BinaryFold4 replied on at Permalink Reply
BinaryFold4
Sorted it, needs to be suffixed with
Helper