spl_autoload_register('auto');
function auto($name) {
$file = 'Папка с сис файлами/' . $name . '.php';
if (file_exists($file)) require_once($file);
}
spl_autoload_register('auto');
function auto($name) {
$file = 'Папка с сис файлами/' . $name . '.php';
if (file_exists($file)) require_once($file);
}
Mobil™, Это альтернатива __autoload
Mobil™, Посцать пошел.
Mobil™, А он спрятался
а где тут класс? Никак найти не могу.
Stive25, Я не видел его здесь, если бы видел, не добавил бы.)))