示例#1
0
 static function resourceExists($resource)
 {
     $resourcedao = new ResourceDao();
     return $resourcedao->exists($resource);
 }