Code for 0.33 BETA
[code]// Within a FOG Class
$hostExists = $this->getClass(‘HostManager’)->exists(array(‘name’ => ‘chicken’)));
// Outside of a FOG Class
$hostExists = $GLOBALS[‘FOGCore’]->getClass(‘HostManager’)->exists(array(‘name’ => ‘chicken’)));[/code]