MDL-21249 improved php docs and adding direct access prevention in dml

This commit is contained in:
Petr Skoda
2010-07-25 12:57:24 +00:00
parent c86f538116
commit f2ed3f05a7
23 changed files with 122 additions and 77 deletions
+4 -2
View File
@@ -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');