For those of you who have been implementing the customization in the article I wrote titled How to Customize Header and Footer in Websites that Created with PHPMaker 9.0.1, then you should see that there is a Logout link that located in the header of your web application. When this link is clicked by your […]
How to Combine Current User ID and Current User Name into User Column in Audit Trail of Websites that Generated with PHPMaker 9.0.1
PHPMaker has the ability to generate Audit Trail in order to log users activities in your web applications, either using log file or database. I recently using database instead of log file for implementing Audit Trail in most web applications I created. Unfortunately, PHPMaker does not log both CurrentUserID and CurrentUserName values in User column […]
How to Add Maintenance Mode to the Websites that Created with PHPMaker 9.0.1
Many websites created nowadays do not include the maintenance mode feature in order to prevent users login and access the database. This maintenance mode, actually, is very useful whenever you maintain your database periodically and in the same time you do not want your user accessing your website and the database. Imagine if your user […]