- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
$this->DB->query("SELECT * FROM ol_objects WHERE id='{$id}'");
$object = $this->DB->fetch_row();
if ($id=='') {
$object['title']='';
$object['address']='';
$object['type_home']='';
$object['finish']='';
$object['process']='';
$object['breif']='';
$object['type_home']='';
$object['project']='';
$object['floors']='';
$object['flats']='';
$object['square']='';
$object['price']='';
$object['desc']='';
$object['height']='';
$object['facing']='';
$object['walls']='';
$object['wiring']='';
$object['screed_floor']='';
$object['window']='';
$object['heating']='';
$object['balconies']='';
$object['grants_text']='';
$object['id']='';
$object['image']='no_foto';
}