public function setCategory() { $pstHomeTables = new Psthome(); $this->_pstCategory = $pstHomeTables->getPst($this->_posting->id); }
protected function extraJoin($select) { $psthomes = new Psthome(); $select->joinLeft(array('i' => $psthomes->getTableName()), 'a.id = i.id', array('bed' => 'rooms', 'cars' => 'parking', 'bath' => 'baths', 'address' => 'address')); return $select; }