示例#1
0
 function migrateUser($user_from, $user_to)
 {
     $this->setupAutoload();
     return ForumEntry::migrateUser($user_from, $user_to);
 }