Stud.IP  2.5 Revision
migrate_to_md5.php File Reference

Variables

 $database_class = "DB_Example"
 
 $from_table = "auth_user"
 
 $to_table = "auth_user_md5"
 
 $clear_to_first = 1
 
 $db = new $database_class
 
 $db2 = new $database_class
 
 if ( $clear_to_first)
 
 while ( $db->next_record()) = 5
 

Variable Documentation

◆ $clear_to_first

$clear_to_first = 1

◆ $database_class

$database_class = "DB_Example"

◆ $db

$db = new $database_class

◆ $db2

$db2 = new $database_class

◆ $from_table

$from_table = "auth_user"

◆ $to_table

$to_table = "auth_user_md5"

◆ if

if($clear_to_first)

◆ while

while = 5