예제 #1
0
 public function setCategory()
 {
     $pstJobTables = new Pstcar();
     $this->_pstCategory = $pstJobTables->getPst($this->_posting->id);
 }
예제 #2
0
파일: Cars.php 프로젝트: xinghao/shs
 protected function extraJoin($select)
 {
     $psthomes = new Pstcar();
     $select->joinLeft(array('i' => $psthomes->getTableName()), 'a.id = i.id', array('makeYear'));
     return $select;
 }