1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-19 11:45:25 +01:00
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',
];