Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6322 Rev 6323
Línea 102... Línea 102...
102
        return $this->executeFetchAllArray($select);
102
        return $this->executeFetchAllArray($select);
103
    }
103
    }
Línea 104... Línea 104...
104
 
104
 
105
    public function andersonSelect($id)
105
    public function andersonSelect($id)
106
    {
106
    {
107
        $$select = $this->sql->select();
107
        $select = $this->sql->select();
108
        $select->columns([
108
        $select->columns([
109
            'first_name',
109
            'first_name',
110
            'last_name',
110
            'last_name',
111
        ]);
111
        ]);