Compile a school timetable. 2 versions: php/mysql and Java (new)
...Written in php and using mysql to compile a school timetable
ATTENZIONE!!!WARNING!!!ATTENZIONE!!!WARNING!!!
PHP/MYSQL VERSION
E' INDISPENSABILE disabilitare 'notices' in php.ini
YOU MUST disable notices in php.ini
Just set
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
Se non modificate php.ini l'error_log di httpd diventerà enorme (decine di GB) e vi troverete con un hard disk pieno.
If you don't disable it the file error_log of httpd will grow to several GB and fill up yoir HD.
Non ho tempo per fare una nuova versione che contenga questo avviso, siete avvertiti!
...
A pure JS client for interacting with server-side RESTful resources
...A response is made from the HTTP response fetched from the endpoint. It exposes statusCode(), headers(), and body() methods. For a GET request, the body method will return one or an array of entities. Therefore you can disable this hydration by calling body(false).