Exemplo n.º 1
0
 function getAll()
 {
     return ABM2::getData("usuarios_planes");
 }
Exemplo n.º 2
0
 function getModelos()
 {
     return ABM2::getData($this->tables->modelos);
 }
Exemplo n.º 3
0
 function getUnidades()
 {
     return ABM2::getData("unidades");
 }