Feedback

onApplicationInit

This event occurs once only when the application is loaded. This event occurs before the application execute the SQL, and execute only once. Is used to do verification of variables, and security verification. Ex: if ([glo_var_department] != 'financial'){ sc_redir(app_x.php); }