function mlm_install()
{
    mlm_core_install_users();
    mlm_core_install_leftleg();
    mlm_core_install_rightleg();
    mlm_core_install_country();
    mlm_core_install_currency();
    mlm_core_install_bonus();
    mlm_core_install_commission();
    mlm_core_install_payout_master();
    mlm_core_install_payout();
    mlm_core_install_refe_comm();
    mlm_core_update_payout();
    mlm_core_update_payout_master();
    /* load all initial values */
}
function mlm_install()
{
    mlm_core_install_users();
    mlm_core_install_country();
    mlm_core_insert_into_country();
    mlm_core_install_currency();
    mlm_core_insert_into_currency();
    mlm_core_install_bonus();
    mlm_core_install_commission();
    mlm_core_install_payout_master();
    mlm_core_install_payout();
    mlm_core_install_hierarchy();
    mlm_core_install_payment_status();
    mlm_core_install_transaction();
    mlm_core_install_withdrawal();
    myplugin_load_textdomain();
    //for Alter Table
    mlm_core_update_mlm_user_master();
    mlm_core_update_hierarchy();
}