Changeset 149 for Dev/trunk/classes/UserConnector.php
- Timestamp:
- 11/07/11 16:55:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/UserConnector.php
r131 r149 16 16 17 17 /** 18 * Constructor for ApplicationConnector.18 * Constructor for RespondentConnector. 19 19 */ 20 20 public function __construct() … … 50 50 * Gets the array of User objects belonging to arguments supplied. 51 51 * @param type $arguments : An array containing zero or more of the following keys: 52 * 'uid', 'name', 'password' , 'style'52 * 'uid', 'name', 'password' 53 53 */ 54 54 public function get($arguments) { … … 81 81 predicates:password ' . $password . ' 82 82 }'; 83 echo $querystring;84 83 //Query the model 85 84 $results = $this->model->sparqlQuery($querystring);
Note: See TracChangeset
for help on using the changeset viewer.