MDL-21249 improved php docs and adding direct access prevention in dml
This commit is contained in:
@@ -19,12 +19,14 @@
|
||||
/**
|
||||
* Native pgsql class representing moodle database interface.
|
||||
*
|
||||
* @package moodlecore
|
||||
* @subpackage DML
|
||||
* @package code
|
||||
* @subpackage dml
|
||||
* @copyright 2008 Petr Skoda (http://skodak.org)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
require_once($CFG->libdir.'/dml/moodle_database.php');
|
||||
require_once($CFG->libdir.'/dml/pgsql_native_moodle_recordset.php');
|
||||
require_once($CFG->libdir.'/dml/pgsql_native_moodle_temptables.php');
|
||||
|
||||
Reference in New Issue
Block a user