コード例 #1
0
ファイル: PlanDAO.php プロジェクト: RodrigoBattagliero/Cifras
 function getAll()
 {
     return ABM2::getData("usuarios_planes");
 }
コード例 #2
0
 function getModelos()
 {
     return ABM2::getData($this->tables->modelos);
 }
コード例 #3
0
 function getUnidades()
 {
     return ABM2::getData("unidades");
 }