Ignore:
Timestamp:
11/07/11 16:55:36 (13 years ago)
Author:
jkraaijeveld
Message:

Added missing classes for the database connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/UserConnector.php

    r131 r149  
    1616   
    1717    /**
    18      * Constructor for ApplicationConnector.
     18     * Constructor for RespondentConnector.
    1919     */
    2020    public function __construct()
     
    5050     * Gets the array of User objects belonging to arguments supplied.
    5151     * @param type $arguments : An array containing zero or more of the following keys:
    52      *                          'uid', 'name', 'password', 'style'
     52     *                          'uid', 'name', 'password'
    5353     */
    5454    public function get($arguments) {
     
    8181                                        predicates:password ' . $password . '
    8282            }';
    83         echo $querystring;
    8483        //Query the model
    8584        $results = $this->model->sparqlQuery($querystring);
Note: See TracChangeset for help on using the changeset viewer.