mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-21249 improved php docs and adding direct access prevention in ddl
This commit is contained in:
parent
1a3993c1ec
commit
c86f538116
7 changed files with 28 additions and 14 deletions
|
@ -20,14 +20,16 @@
|
|||
* Database manager instance is responsible for all database structure
|
||||
* modifications.
|
||||
*
|
||||
* @package moodlecore
|
||||
* @subpackage DDL
|
||||
* @package core
|
||||
* @subpackage ddl
|
||||
* @copyright 1999 onwards Martin Dougiamas http://dougiamas.com
|
||||
* 2001-3001 Eloy Lafuente (stronk7) http://contiento.com
|
||||
* 2008 Petr Skoda http://skodak.org
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/**
|
||||
* Database manager instance is responsible for all database structure
|
||||
* modifications. It is using db specific generators to find out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue