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 […]
Step by Step How to Implement Alertify Javascript in Web Applications that Generated by PHPMaker 10
Alertify is the JavaScript Alert/Notification System. It is created since browser dialogs never looked so good. Indeed, as we can see that the browser dialogs are not good. Time to change them now! There are several advantages that you will get if you use Alertify. First, it is customizable look and feel. If you can […]
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 […]