This following trick will show you how to add the ability to detect the changes on the form before user leaving the page in websites that generated by PHPMaker. If a user does the changes, for example, he is typing something new or editing the existing value on a field, afterwards he wants to go […]
How to Validate Multiple Records from Grid-Edit in Websites that Generated by PHPMaker 9.2.0
PHPMaker has the ability to generate the List page that contains the Grid-Edit which can be used to edit or update multiple records by clicking once only. As we have already known, this Grid-Edit is powerful to edit multiple records at once. It has the ability also to either add a new row, delete the […]
How to Connect to the Different Database Engine in Web Applications that Generated by PHPMaker 9.2.0
Sometimes you want to connect to the different database engines from your main web application that generated by PHPMaker. Since PHPMaker uses ADODB Library to access the databases, then we can now achive it easily and quickly. In this article, I will show you step by step how you can do it from PHPMaker. We […]
How to Change the Values of Constants On The Fly in Websites that Generated by PHPMaker
Sometimes, you want to change the constants values on the fly in the configuration file of websites that generated by PHPMaker. For example, you want to change the values of EW_REMOVE_XSS constant which has default value as TRUE in the configuration file become FALSE for the certain pages. To do this, you can change the […]
A Case Study: Adding Prev Next Navigation Links in the Master/Details Page of Websites that Generated by PHPMaker 9.1.0
Have you ever wanted to add the Previous and Next navigation links in the Master/Details pages of web applications that generated by PHPMaker? As we have already known, PHPMaker can generate the Master/Detail pages powerfully only in a few seconds. Unfortunately, it has not provided the navigation links as well as the pagination links in […]
A Case Study: Making Orders Proceed with Order Details in Websites that Generated by PHPMaker 9.1.0
This article was written in order to answer the question in PHPMaker discussion forum. It’s about how to make an Order proceed with updating the Order Details. The difficult thing is how to make the ability of when user is selecting the main item, then the detail of items will be changed accordingly below. The […]