Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 43 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 43 Rev 259
Línea 148... Línea 148...
148
        $select->where->equalTo('user_id', $user_id);
148
        $select->where->equalTo('user_id', $user_id);
149
        $select->where->equalTo('capsule_id', $capsule_id);
149
        $select->where->equalTo('capsule_id', $capsule_id);
150
        $select->where->equalTo('type', CompanyMicrolearningUserProgress::TYPE_CAPSULE);
150
        $select->where->equalTo('type', CompanyMicrolearningUserProgress::TYPE_CAPSULE);
151
        $select->limit(1);
151
        $select->limit(1);
Línea -... Línea 152...
-
 
152
        
-
 
153
        
-
 
154
        //echo $select->getSqlString($this->adapter->platform);
152
        
155
        
153
        return $this->executeFetchOneObject($select, $prototype);
156
        return $this->executeFetchOneObject($select, $prototype);
Línea 154... Línea 157...
154
    }
157
    }
155
    
158