Ignore:
Timestamp:
03/01/12 15:02:59 (13 years ago)
Author:
jkraaijeveld
Message:

[Server] Made the models compliant with the Visio design in terms of ApplicationInstance?, SurveyInstance?, SessionInstance? and all of their fields.
[Server] Now stores references as RDF Resources for all models.
[Server] Changed some possible get() arguments to be more consistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/jos-branch/server/classes/models/ApplicationInstance.php

    r287 r298  
    128128        {
    129129                $model = ResearchToolObject::load(ApplicationInstance::$filename);
    130                 $model->writeAsHTMLTable();
    131 
    132130                //Build the query string
    133131                $querystring = '
     
    162160                }
    163161                return $aInstances;
    164 
    165 
    166162        }
    167163
Note: See TracChangeset for help on using the changeset viewer.