2017-08-04 16:28:16 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
|
2019-10-11 17:34:42 +02:00
|
|
|
use Modules\Listini\Listino;
|
|
|
|
|
2017-08-04 16:28:16 +02:00
|
|
|
if (isset($id_record)) {
|
2018-07-18 15:20:10 +02:00
|
|
|
$record = $dbo->fetchOne('SELECT * FROM mg_listini WHERE id='.prepare($id_record));
|
2019-10-11 17:34:42 +02:00
|
|
|
|
|
|
|
$listino = Listino::find($id_record);
|
2017-08-04 16:28:16 +02:00
|
|
|
}
|