Search Domain controller

General discussion about Zimbra Desktop.
Post Reply
linhtomtrung
Posts: 1
Joined: Mon Jul 03, 2017 3:41 am

Search Domain controller

Post by linhtomtrung »

I want to search domains but zimbra service don't have SearchDomains .I get all Domains and then I handling search but I dont know . I need help
static function searchDomains($domain)
{
$allDomains = ZimbraService::getAllDomains($domain);

return $allDomains;

}
Post Reply