panta v0.1

go back to panta overview

  • 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

screenshot of panta v0.1

Features

  • 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