Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 428 | Rev 1855 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 428 Rev 1776
Línea 96... Línea 96...
96
        //echo $select->getSqlString($this->adapter->platform);
96
        //echo $select->getSqlString($this->adapter->platform);
Línea 97... Línea 97...
97
        
97
        
98
        $prototype = new Feed();
98
        $prototype = new Feed();
99
        return $this->executeFetchAllObject($select, $prototype);
99
        return $this->executeFetchAllObject($select, $prototype);
100
    }
100
    }
-
 
101
 
-
 
102
    public function fetchAllTypeCalendar($highPerformanceTeamsGroups_id)
-
 
103
    {
-
 
104
        $select = $this->sql->select(self::_TABLE);
-
 
105
        $select->where->equalTo('file_type', Feed::FILE_TYPE_MEETING);
-
 
106
     
-
 
107
        $select->where->equalTo('high_performance_group_id',$highPerformanceTeamsGroups_id);
-
 
108
        //echo $select->getSqlString($this->adapter->platform);
-
 
109
        
-
 
110
        $prototype = new Feed();
-
 
111
        return $this->executeFetchAllObject($select, $prototype);
Línea 101... Línea 112...
101
    
112
    }
102
    
113
    
103
    /**
114
    /**
104
     *
115
     *