/phpsatk-lib/core/17.autoloader.php

Description

phpSATk - RAD Framework for system/network administration tasks Copyright (C) 2006 Moritz Bechler

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

$Id: 17.autoloader.php 44 2006-11-22 15:42:39Z mbechler $

Functions
__autoload (line 42)

Autoloader function

This function is called by the PHP-Interpreter when a class is used or instanciated that does not exist. This function tries to find the wanted class in the module database and loads the containing module.

See http://php.net/__autoload for details on the __autoload function

void __autoload (string $class)
  • string $class: Class name

Documentation generated on Mon, 21 May 2007 10:34:38 +0200 by phpDocumentor 1.3.0RC5