blob: d03d4333975f536c617c00cd5195bd511e1e7a69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* Elgg database query
* Contains a wrapper for performing database queries in a structured way.
*
* @package Elgg
* @subpackage Core
* @author Curverider Ltd
* @link http://elgg.org/
* @todo deprecate this file?
*/
|