Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
Context Navigation
← Previous Change
Next Change
→
Changeset
171
for
Dev/trunk/classes/Connector.php
Timestamp:
12/02/11 15:26:01 (
13 years
ago)
Author:
jkraaijeveld
Message:
Iteration of refactoring in the Connector code.
Abstracted load() and save() to a new superclass Connector. Every connector extends Connector.
Query arguments are now correctly created by Connector's createArguments() function, removing redundant if/if/if statements in every get() function.
Every sidefunction which previously used a seperate query to get data now uses the RAP findRegex method, should increase performance.
Question arguments have been changed slightly: 'uid' is now 'code' and 'answers' is now 'definedanswers' to avoid confusion.
File:
1 added
Dev/trunk/classes/Connector.php
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive