Changeset 172 for Doc/Backend


Ignore:
Timestamp:
12/02/11 15:31:49 (13 years ago)
Author:
jkraaijeveld
Message:

Updated documentation slightly

Location:
Doc/Backend
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • Doc/Backend/DBInterface.tex

    r160 r172  
    163163                                                                                        & description                           & String                                        & \\
    164164                                                                                        & style                                         & String                                        & \\ \hline \hline
    165                         \multirow{5}{*}{Question}               & uid                                           & String                                        & \\
     165                        \multirow{5}{*}{Question}               & code                                          & String                                        & \\
    166166                                                                                        & title                                         & String                                        & \\
    167167                                                                                        & type                                          & String                                        & \\
    168168                                                                                        & description                           & String                                        & \\
    169169                                                                                        & category                                      & String                                        & \\
    170                                                                                         & answers                                       & Array of Strings                      & String values of possible answers \\ \hline \hline
     170                                                                                        & definedanswers                                        & Array of Strings                      & String values of possible answers \\ \hline \hline
    171171                        \multirow{3}{*}{Respondent/User}& uid                                           & String                                        & \\
    172172                                                                                        & name                                          & String                                        & \\
     
    197197                Although the front end developer only uses one general DatabaseInterface, the different files for the different
    198198                datatypes are accessed by seperate connectors. A connector has to implement the IConnector interface, which
    199                 mainly enforces the get() and set() methods to ensure a connector can perform as expected. In every connector,
     199                mainly enforces the get() and set() methods to ensure a connector can perform as expected. The rest of the
     200                methods are implemented in the baseclass Connector, which should be extended. In every connector,
    200201                the get() and set() methods are different. A get() method builds the querystring based on the given arguments,
    201202                then retrieves the data and performs other necessary queries (like retrieving a different object from another
     
    203204        \subsection{PHPDoc}     
    204205                PHPDoc for the database classes can be found at
    205                 \href{http://svn.tbm.tudelft.nl/TBM-CPS/RESEARCHTOOL/Doc/Backend/PHPDoc}{SVN}.
    206 
    207                
     206                \href{http://svn.tbm.tudelft.nl/TBM-CPS/RESEARCHTOOL/Doc/Backend/PHPDoc/index.html}{SVN}.
    208207
    209208\section{Future Work}\label{futurework}
Note: See TracChangeset for help on using the changeset viewer.