php __autoload関数の使用法 function __autoload($class){ include_once("path".$class.".php");} 自動ロード後$class$p=new mysql(); を直接インスタンス化します。