Exemplo n.º 1
0
 static function get_estructura()
 {
     $estructura = parent::get_estructura();
     $estructura[] = array('tabla' => 'apex_molde_operacion_abms', 'registros' => '1', 'obligatorio' => true);
     $estructura[] = array('tabla' => 'apex_molde_operacion_abms_fila', 'registros' => 'n', 'obligatorio' => false);
     return $estructura;
 }