protected function selectApps() { if ($this->apps === null) { $app_ids = $this->getColumnArray('app_id'); $this->apps = ApplicationDb::retrieveByPKs($app_ids); } return $this->apps; }