Esempio n. 1
0
 public static function find_by_id($id)
 {
     return AWPCP_Ad::find_by("ad_id = " . intval($id));
 }