Ejemplo n.º 1
0
 static function postExists($post)
 {
     $postdao = new PostDao();
     return $postdao->exists($post);
 }