コード例 #1
0
ファイル: PHPUnit.class.php プロジェクト: theratg/miao
 public function __construct($name, $libPath)
 {
     parent::__construct($name, $libPath);
     self::addIncludePath($libPath);
     require_once 'PHPUnit' . DIRECTORY_SEPARATOR . 'Autoload.php';
 }
コード例 #2
0
ファイル: Zend.class.php プロジェクト: natalikom/miao
 public function __construct($name, $libPath)
 {
     parent::__construct($name, $libPath);
     self::addIncludePath($libPath);
 }
コード例 #3
0
ファイル: Pheanstalk.class.php プロジェクト: theratg/miao
 public function __construct($name, $libPath)
 {
     parent::__construct($name, $libPath);
     require_once $libPath . '/pheanstalk_init.php';
 }