implementing REST

This commit is contained in:
systopia 2015-02-11 09:34:53 +01:00
parent e9bf065bd8
commit c5b16b690d
2 changed files with 3 additions and 2 deletions

View File

@ -4,3 +4,4 @@ TODO
2) REST error -> set headers? 2) REST error -> set headers?
3) file cache => http://pear.php.net/manual/en/package.caching.cache-lite.cache-lite.cache-lite.php 3) file cache => http://pear.php.net/manual/en/package.caching.cache-lite.cache-lite.cache-lite.php
4) config page for extension 4) config page for extension
5) sanitize string values (mysql_escape_string?)