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