예제 #1
0
파일: DB.php 프로젝트: xdire/dude
 function __construct($configInstance = null, $useReusableConnection = true)
 {
     parent::__construct($configInstance, $useReusableConnection);
 }