Example #1
0
 /**
  * @return SelectQuery
  */
 protected function getSelectQuery()
 {
     if (is_null($this->selectQuery)) {
         $this->selectQuery = $this->dao->makeSelectHead();
     }
     return $this->selectQuery;
 }