openstamanager/modules/anagrafiche/api/retrieve.php

19 lines
254 B
PHP
Raw Normal View History

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