コード例 #1
0
ファイル: DAOConnection.php プロジェクト: ribrain80/suncharts
 /**
  * Private ( singleton ) constructor
  */
 public function __construct(PropertyManager $PM)
 {
     $this->properties = $PM->getProperties();
     $this->connect();
 }