Exemplo n.º 1
0
 public static function updatePost($postId, $post_title, $post_content)
 {
     DAL::updatePost($postId, $post_title, $post_content);
 }