RBAC stands for Role Based Access Control. RBAC separates the concepts of Users, Roles, and Permissions. Roles and Permissions are defined separately. Then the security Administrator decides what role should be permitted to do what action, by assigning that role to the permission. Finally, Users are assigned to Roles. The system does the rest. For […]
How to Overcome the Missing Functionality on Export Feature After Searching Records in Websites that Generated by PHPMaker
This following customization will overcome the missing functionality on Export feature in websites that generated by PHPMaker. Please note that this modification below should be applied to PHPMaker
How to Add Row/Record Number Column on the Exported List Pages in Websites that Generated by PHPMaker 9.0.2
Still remember about the customization I made and wrote it in the previous article which has titled How to Add Row/Record Number Column on the List Pages in Websites that Created with PHPMaker 9.0.2? Well, that customization is only for adding the record number column on the List pages, and not for the Exported List […]
How to Add Record Number Column on the Exported List Pages in Websites that Generated by PHPMaker 8.0.3
Still remember about the modification I made and wrote it in How to Add Record Number Column on The List Page in Websites Created With PHPMaker 8.0.3 article? Well, that modification only for adding the record number column on the list page, and not for the exported list page (either using Printer Friendly, Export to […]
How to Restrict Access Permission to “Export to …” in Website Created With PHPMaker 8.0.3
PHPMaker by default will generate your list pages and view pages that contain a set of “Export to …” feature for all of those pages (assuming: you selected “Print”, “CSV”, “HTML”, “Excel”, “Word”, “XML”, “PDF”, and “Email” from PHP tab -> List/View Page Options (Global) sub-tab -> Export groupbox. Sometimes, you do not want those […]