Exemplo n.º 1
0
 public static function addComment($username, $post_id, $in_reply_to, $message)
 {
     return DAL::addComment($username, $post_id, $in_reply_to, $message);
 }
 public static function add_comment($adv_id, $user_id, $content)
 {
     DAL::addComment($user_id, $adv_id, Cleaning::cleanString($content));
 }