MDL-21249 improved php docs and adding direct access prevention in ddl
This commit is contained in:
@@ -19,12 +19,14 @@
|
||||
/**
|
||||
* Experimental SQLite specific SQL code generator.
|
||||
*
|
||||
* @package moodlecore
|
||||
* @subpackage DDL
|
||||
* @package core
|
||||
* @subpackage ddl
|
||||
* @copyright 2008 Andrei Bautu
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
require_once($CFG->libdir.'/ddl/sql_generator.php');
|
||||
|
||||
/// This class generate SQL code to be used against SQLite
|
||||
|
||||
Reference in New Issue
Block a user