Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2060 Rev 2061
Línea 68... Línea 68...
68
    public function fetchOneByUuid($uuid)
68
    public function fetchOneByUuid($uuid)
69
    {
69
    {
70
        $prototype = new FeedTopic();
70
        $prototype = new FeedTopic();
71
        $select = $this->sql->select(self::_TABLE);
71
        $select = $this->sql->select(self::_TABLE);
72
        $select->where->equalTo('uuid', $uuid);
72
        $select->where->equalTo('uuid', $uuid);
73
       // echo $select->getSqlString($this->adapter->platrecord); exit;
73
       // echo $select->getSqlString($this->adapter->platform); exit;
74
        return $this->executeFetchOneObject($select, $prototype);
74
        return $this->executeFetchOneObject($select, $prototype);
75
    }    
75
    }    
Línea 76... Línea 76...
76
 
76
 
77
    /**
77
    /**
Línea 85... Línea 85...
85
        
85
        
Línea 86... Línea 86...
86
        $select = $this->sql->select(self::_TABLE);
86
        $select = $this->sql->select(self::_TABLE);
Línea 87... Línea 87...
87
        
87
        
Línea 88... Línea 88...
88
        $select->where->equalTo('feed_id', $feed_id);
88
        $select->where->equalTo('feed_id', $feed_id);
89
 
89
 
Línea 90... Línea 90...
90
        echo $select->getSqlString($this->adapter->platform); exit;
90
        //echo $select->getSqlString($this->adapter->platform); exit;