As we have already known, PHPMaker has the ability by default to convert the ENUM field type (MySQL Database) becomes CheckBox element in the Add/Edit Form. Since the ENUM field type has the option values in it, then PHPMaker will add the bracket ([]) characters in the end of name and id property of the […]
Hiding Action Buttons (Add, Edit, Delete) on View Page of Web Applications that Generated by PHPMaker 10
Have you ever wanted to hide the action buttons on the View page of the web applications that generated by PHPMaker? The action buttons I meant is Add (also Copy if you enable it from Fields setup), Edit, and Delete. Now you can do it easily by using either Server Events or Client Scripts. Since […]
How to Change the Date Format of Calendar in Web Applications that Generated by PHPMaker 10.0.1
This is my first article that will inform you about the changes or anything regarding PHPMaker version 10. Yeah, there are lots of changes in version 10, and one of them is how easily we can change the Date format only for the certain Date or DateTime field in the specific table. I just found […]
A Case Study: Hiding the Master Fields in Master/Detail Pages of Websites that Generated by PHPMaker 9.2.0
PHPMaker generates the Master/Detail pages by including the *master.php file into the generated List page that belongs to the detail table. For example, the master table is orders, and the detail table is orderdetails and both tables have already been associated as Master/Detail in Table setup of PHPMaker. So, in the generated orderdetailslist.php file, you […]
A Case Study: Hiding Certain Fields Based on the Selected Value in ComboBox in Add Pages of the Websites that Generated by PHPMaker 9.2.0
This following article will show you how to hide the certain fields based on the selected value in a ComboBox or Select Option control in Add pages of web applications that generated by PHPMaker. This is very useful if you want to hide the certain elements in the form of Add pages based on the […]