source: Dev/branches/jos-branch/testpage.php @ 215

Last change on this file since 215 was 212, checked in by jkraaijeveld, 13 years ago

Started SOLID overhaul. User/Respondent/Application? ported to a system which is Open/Closed?-friendly

File size: 102 bytes
Line 
1<?php
2    require 'classes/master.php';
3       
4        $result = Application::get(array());
5        print_r($result);
6?>
Note: See TracBrowser for help on using the repository browser.