Exemplo n.º 1
0
 function get_email($id, $format = OBJECT)
 {
     return $this->store->get_single(NEWSLETTER_EMAILS_TABLE, $id, $format);
 }