示例#1
0
文件: module.php 项目: taeche/SoDoEx
 function get_email($id, $format = OBJECT)
 {
     return $this->store->get_single(NEWSLETTER_EMAILS_TABLE, $id, $format);
 }