2017-03-21 11:24 GMT-04:00 Charlie <char...@cogier.com>:
> Can you simplify the code so we can run it or upload the program.

lets get simple:

i want a registri "order" that have many "products" so :

object (1 element with many attrs)

and one of those attrs, its the cod_contenido , of the products of the order

attr:cod_contenido-> (object with many elements, and each element many
atrrs)

In java, theres DAO objects, but with collections, and in php more easy,
only an array in array!

i mean:

|-----------------------------|
|   ORD101                    |
|-----------------------------|
| cod_orde:101                |
| des_order:description bla bl|----------------------------|
| cod_contents:1011           |        CON1011             |
|-----------------------------|----------------------------|
                              |    cod_product:101,        |
                              |    cod_order:101,          |
                              |    can_product:2           |
                              |----------------------------|
                              |    cod_product:102         |
                              |    cod_order:101           |
                              |    can_product:12          |
                              |----------------------------|
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to