1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-28 00:30:45 +01:00
openstamanager/modules/anagrafiche/api/retrieve.php
2017-09-04 17:18:54 +02:00

21 lines
306 B
PHP

<?php
switch ($resource) {
case 'an_anagrafiche':
$table = 'an_anagrafiche';
if (empty($order)) {
$order[] = 'idanagrafica';
}
if(empty($where['deleted'])){
$where['deleted'] = 0;
}
break;
}
return [
'an_anagrafiche',
];