panta v0.1
- reading on PHP frameworks (ticket:507)
- test projects (ticket:507)
- selecting on PHP framework: codeigniter (ticket:507)
- initial architecture
- rudimentary design
- integration with janta v0.1
Features
- Authentication http://raspberry.eecs.jacobs-university.de/panta/auth/login
- Authentication http://raspberry.eecs.jacobs-university.de/panta/auth/logout
- Modification of user data http://raspberry.eecs.jacobs-university.de/panta/users/edit
- Document browsing http://raspberry.eecs.jacobs-university.de/panta/documents/browse
- Rendering of a document with a hardcoded name http://raspberry.eecs.jacobs-university.de/panta/documents/index
- janta --- A simple proxy to the janta RESTful web service
Our contributions to the automatically generated classes of the framework codeigniter
- panta-controllers
- panta-hooks
- panta-libraries-janta
- documentor.index is a preliminary workaround as we have problems with getting GET parameters passed (see ticket:535)
- methods are automatically mapped from the URI segments of the interface: for example the URI panta/document/view is mapped to the view method in Documentor.php (all done by the framework for free)
Release of panta v0.1. on February 19.
Download the sources at panta-v0.1.tar.gz
Install phpDocumentor (pear install PhpDocumentor?) to create the API documentation in panta-source/system by entering make phpdoc
Attachments
-
pantav0.1.png
(45.0 KB) - added by cmueller
3 years ago.
screenshot of panta v0.1

