_tableName_ = 'photos'; parent::__construct($fromArray); $this->setRelation('point', 'pointId', 'Point', 'id', self::TO_ONE); $this->setRelation('link', 'name', 'PhotoLinks', 'photo', self::TO_ONE); } static function model() { return new self(); } }