예제 #1
0
 public function addNewFriend($friendName)
 {
     $insertor = new DBInsert('localhost', 'root', '', 'mydb');
     $insertor->insertNewFriends($this->getUsername(), $friendName);
 }