Similar to my previous two articles, this time we are going to improve the Terms and Conditions feature in websites that generated by PHPMaker. Now we will switch it become using YUI Panel widget, so the Help window will look more professional and more beautiful. Please note that before implementing the customization below, I assume […]
Improving Help Feature in Websites that Generated by PHPMaker 9.1.0
This time we are going to improve the Help feature that we have been implementing via this article: How to Add Help Feature into Websites that Generated by PHPMaker 9.0.2. As you can see from that article above, the Help window will be shown up using pop up window Javascript. Now we will switch it […]
Improving Breadcrumb Links Feature in Websites that Generated by PHPMaker 9.1.0
For those of you who have been implementing the customization I made and wrote in in the article How to Show Breadcrumb Links in Websites that Generated with PHPMaker 9.0.1, then this following customization below is recommended for you. You will find that in the previous article above, we are showing the Breadcrumb Links twice […]
How to Improve LoadProfileFromDatabase() and SaveProfileToDatabase() Functions in PHPMaker Template
For some unknown reasons, you might get error message when you are calling LoadProfileFromDatabase() and SaveProfileToDatabase() functions. These both functions are located in your generated phpfn9.php file. The following customization below will prevent that error message by improving some code in those both functions. We will customize the template file for this purpose, and not […]
How to Make Search Panel Expanded If Search Criteria Has Been Defined by Users in Websites that Generated by PHPMaker 9.0.4
As we have already known, PHPMaker has the ability to generate the List pages that contain Search panel which has either collapsed or expanded as the initial state when the List pages are loaded. You have to choose one of those two conditions before generating the List pages. When you choose Initiate search panel as […]
How to Prevent Users Displaying All Records in List Pages of Websites that Generated by PHPMaker 9.0.4
Did you know when your users enter the keyword %%% (three percentage characters; assume you have limited the minimum characters for the search keyword as 3) in your Basic Search panel of List pages, then your web application will display all records that belongs to the table? Even you have prevented it by defining the […]
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- …
- 13
- Next Page »