As we have already known, PHPMaker has the ability to generate the Registration Page which will allow users to activate their account by themselves before login to the generated web application. Unfortunately, PHPMaker has not provided the ability to suspend the new user accounts so that only Admin user will be able to activate those […]
How to Make IsAdmin Function for the Menu Access Checking
As we have already known, IsLoggedIn is a function to check whether users have logged in to your web application that generated with PHPMaker or not. This IsLoggedIn function is often being used to determine which menus can only be accessed by the logged in users. Sometimes, you want also to display the certain menu […]