First release of domframework

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1207 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-02-27 08:47:54 +00:00
commit 96cf1c4010
26 changed files with 2125 additions and 0 deletions

15
docs/TODO Normal file
View File

@@ -0,0 +1,15 @@
TODO
----
- Check if the access to model is well closed
- Create the html output with views support and layout
- Do authorization model and restict access to the pages
- Automatic routing to do (to be confirmed by a attribute (off by default)) :
call controller by default, with class/method/param1/param2...
- Automatic typing of document .txt=>outputtxt, .xml=>outputxml... off by
default
- Routing : check if "URL === ROUTE (No variables)" part is needed (can be
catched by regex too)
- Routing : add REST functionnality (to pass the type in the header and provide
the result with HTTP error codes)