예제 #1
0
파일: ad.php 프로젝트: sabdev1/ljcdevsab
 public static function find_by_id($id)
 {
     return AWPCP_Ad::find_by("ad_id = " . intval($id));
 }