コード例 #1
0
 function fetchNewsletterBounceCount()
 {
     return array('result' => eZBounce::count());
 }
コード例 #2
0
 function fetchNewsletterBounceCountGroupedByAddress()
 {
     return array('result' => eZBounce::count(eZBounce::definition(), null, "DISTINCT ADDRESS"));
 }