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

Last change on this file since 212 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
RevLine 
[130]1<?php
2    require 'classes/master.php';
[208]3       
[212]4        $result = Application::get(array());
[208]5        print_r($result);
[130]6?>
Note: See TracBrowser for help on using the repository browser.