コード例 #1
0
ファイル: dbstorage.php プロジェクト: JDevelopers/Mail
 /**
  * @return	bool
  */
 function Select()
 {
     return $this->_connector->Select();
 }