Esempio n. 1
0
 function GetAllCommunityNames()
 {
     include_once CLASSFOLDER . "/communities.php";
     $community = new communityclass($this->internalDB);
     return $community->getAllCommunityNames();
 }