View (laaRest/application/views)
- api_doc.php: Shows the API documentation page
Controller (laaRest/application/controllers)
- api.php : RESTful web service controller that drives the api.
- documentation.php : Routes the user to the API documentation page.
Model (laaRest/application/models)
- contains the model code for category, contact (special contacts), resource (community resources), and user.
dal (laaRest/application/dal)
- contains database functions for communicating directly with the database for each entity.