Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 1 Rev 170
Línea 78... Línea 78...
78
        $select->from(self::_TABLE);
78
        $select->from(self::_TABLE);
79
        $select->where->equalTo('company_id', $company_id);
79
        $select->where->equalTo('company_id', $company_id);
80
        $select->where->equalTo('topic_id', $topic_id);
80
        $select->where->equalTo('topic_id', $topic_id);
Línea 81... Línea 81...
81
        
81
        
Línea 82... Línea 82...
82
        
82
        
83
        echo $select->getSqlString($this->adapter->platform) . PHP_EOL;
83
       // echo $select->getSqlString($this->adapter->platform) . PHP_EOL;
84
        
84