1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
// tableau des contacts
Array
(
[0] => Array
(
[nom] => test TEST
[email] => test@mon.com
)
[1] => Array
(
[nom] => test TEST2
[email] => test2@mon.com
)
)
// tableau des annonces
Array
(
[0] => Array
(
[0] => Array
(
[id] => 4
[ref] => 1046
[type_annonce] => Vente
[type_bien] => Maison
[situation] => SAUMUR DISTRICT
[ville] => SAUMUR
[prix] => 249000
[image] => 0169120000000318T01.JPG
)
[1] => Array
(
[id] => 35
[ref] => 1146
[type_annonce] => Vente
[type_bien] => Maison
[situation] => DISTRICT SUD
[ville] => SAUMUR
[prix] => 165000
[image] => 0169120000000763T01.JPG
)
[2] => Array
(
[id] => 37
[ref] => 1147
[type_annonce] => Vente
[type_bien] => Maison
[situation] => ST HILAIRE ST FLORENT
[ville] => SAUMUR
[prix] => 189000
[image] => 0169120000000765T01.JPG
)
)
[1] => Array
(
[0] => Array
(
[id] => 8
[ref] => 2503
[type_annonce] => Location
[type_bien] => Appartement
[situation] => RUE DE LA TONNELLE
[ville] => SAUMUR
[prix] => 320
[image] => 0169120000000546T01.JPG
)
[1] => Array
(
[id] => 9
[ref] => 2519
[type_annonce] => Location
[type_bien] => Appartement
[situation] => QUAI MAYAUD - RES. LE BELVEDERE
[ville] => SAUMUR
[prix] => 415
[image] => 0169120000000562T01.JPG
)
)
) |
Partager