nimbosa / posit-mobile.web

Automatically exported from code.google.com/p/posit-mobile.web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Positweb for the web service for POSIT application.

============== Source Code ====================

Source repository:  http://code.google.com/p/posit-mobile/wiki/SourceTab?tm=4

================ Docmentation =================

Docs: http://code.google.com/p/posit-mobile/wiki/PositWebDocs

================  Installation Guid ===========

See ./INSTALL for starters.

============== About the Project ===============

Positweb is a php5 application based on a Model-View-Controller architecture. 
The architecture is like this

3rd
  - Third party programs positweb depends on
  - Currently this includes the program for generating qr codes and smarty templating engine 
controller
  - For the Controller classes
cache
  - For enabling caching for high traffic sites
model
  - the DAO objects for working with the database
view
  - the Smarty templates are here
util
  - the authentication, constants, error values, etc. are here
res
  - for media like images, javascript, styles
uploads
  - folder for uploading files, possibly can change in future releases

Positweb supports the POSIT API and any future extension in the API. The file is in api.php

About

Automatically exported from code.google.com/p/posit-mobile.web

License:GNU Lesser General Public License v2.1


Languages

Language:PHP 67.8%Language:JavaScript 13.2%Language:Smarty 11.2%Language:CSS 7.7%Language:Shell 0.1%Language:ApacheConf 0.0%