示例#1
0
文件: ad.php 项目: sabdev1/ljcdevsab
 public static function find_by_id($id)
 {
     return AWPCP_Ad::find_by("ad_id = " . intval($id));
 }