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

This commit is contained in:
Petr Skoda 2010-07-25 12:57:03 +00:00
parent 1a3993c1ec
commit c86f538116
7 changed files with 28 additions and 14 deletions

View file

@ -23,13 +23,15 @@
* The rest of classes will inherit, by default, the same logic.
* Functions will be overridden as needed to generate correct SQL.
*
* @package moodlecore
* @subpackage DDL
* @package core
* @subpackage ddl
* @copyright 1999 onwards Martin Dougiamas http://dougiamas.com
* 2001-3001 Eloy Lafuente (stronk7) http://contiento.com
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
/**
* Abstract sql generator class, base for all db specific implementations.
*/