Stud.IP  3.3 Revision
add_52a_tables.php File Reference

Variables

 $db = DBManager::get()
 
 $query
 
 $statement = DBManager::get()->prepare($query)
 

Variable Documentation

◆ $db

$db = DBManager::get()

◆ $query

$query
Initial value:
= "INSERT IGNORE INTO `config`
(`config_id`, `field`, `value`, `is_default`, `type`, `range`, `section`,
`mkdate`, `chdate`, `description`)
VALUES (MD5(:field), :field, :value, 1, :type, 'global', 'license',
UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), :description)"

◆ $statement

$statement = DBManager::get()->prepare($query)