propertyTable['name'] = 'name1'; } public function __toString() { return $this->name; } public function getEmployees() { return DataManager::getEmployees($this->id); } public function validate() { parent::validate(); //do organization-specific validation } } ?>