Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
 
3
if (!function_exists('error_no_method')) {
4
  function error_no_method($method, $class) {
5
    die(sprintf("Error: unoverridden '%s' method called in '%s'", $method, $class));
6
  }
7
};
8
 
9
?>