Ejemplo n.º 1
0
/**
 * Fallback method if the app autoloader isn't called.
 *
 * @param string $class
 * @return void
 */
function __autoload($class)
{
    \titon\core\App::autoload($class);
}