$helperDir = realpath('.');
if ($dh = opendir($helperDir)){
while($file = readdir($dh)){
if (is_file($helperDir . '/' . $file)){ ?>

}
}
?>