PHPMaker will generate a Copy inline-link when we enable Add permission action. Sometimes we do not want to allow users to copy the existing record for some reasons. Just like the similar trick how to prevent copying records in PHPMaker 9, this following trick below will show you how we can do the same purpose […]
The Powerful of RBAC (Role Based Access Control) and the Enhancement for PHPMaker
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 Insert A New Link Near by Export Options in Web Applications that Generated by PHPMaker 10
This following trick will show you the powerful of PHPMaker 10 that allows you to insert a new link near by the Export Options. We will use Page_Render server event for this purpose. Just for your information, Page_Render existed since version 10. This trick is very useful if you want to insert your custom link […]
Solutions for Some Issues in Using Oracle Database with PHPMaker 10
I have been working with Oracle database with PHPMaker 10 to generate some web applications. There are actually some basic issues that need the quick solution. Started from the notice message Use of undefined constant OCI_COMMIT_ON_SUCCESS, how to use the certain data type in Oracle (such as ENUM in MySQL), how to overcome the error […]
Two Options of Settings: Database or Configuration File. Which One Would You Use?
I just realized that some of developers get confused about the settings that related to the web applications that generated by PHPMaker which uses the Extensions I created (for version 9.2.0 and 10). Moreover, after step-by-step implementing Masino Extensions, then they changed the related settings from the generated configuration (ewcfg10.php) file, but unfortunately, the change […]
Breadcrumb Links from PHPMaker or from Masino Extensions. Which One Would You Choose?
For those of you who have been using my Extensions that I created for PHPMaker version 9.2.0, then you might use the feature of Breadcrumb Links. I added this feature since there wasn’t Breadcrumb Links feature in the page which is generated by PHPMaker 9. One of the advantages of the Breadcrumb Links that I […]
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- …
- 8
- Next Page »