====== API Core ====== home/app/apis/core/api_controllers.php\\ //class ApiController extends Controller//\\ \\ === eventHandler === Il sistema invoca questa funzione per creare con evento.\\ Descrizione: //eventHandler(&$class, $handler, $params, &$prev)//\\ Parametri: * $class - array * $handler - array * $params - array * $prev - array Return: void === formatDate === Formatta la data nel formato sql.\\ Descrizione: //formatDate($sql_format, $format)//\\ Parametri: * $sql_format - string * $format - string Return: string === loadApi === Carica l'api.\\ Descrizione: //loadApi($apiName)//\\ Parametri: $apiName - string\\ Return: reference === notify === Permette di notificare ai controller un evento.\\ Descrizione: //notify($event, $params, $make_plain_array)//\\ Parametri: * $event - string * $params - array * $make_plain_array - array Return: array === render === 'return false' poichè le API non posso renderizzare.\\ Descrizione: //render($action, $layout, $file)//\\ Parametri: * $action - string * $layout - string * $file - string Return: boolean === s === Traduce la stringa.\\ Descrizione: //s($string, $force_encode)//\\ Parametri: * $string - string * $force_encode - boolean Return: string