'', 'columns' => [ 'username' => '', # Required 'password' => '', # Required 'email' => '', # Relative 'active' => '', # Relative 'banned' => '', # Relative 'activation' => '', # Relative 'verification' => '', # Rleative 'otherLogin' => [] # Relative ] ]; public $joining = [ 'column' => '', 'tables' => [] ]; public $emailSenderInfo = [ 'name' => '', 'mail' => '' ]; }