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 […]
How to Change Redirect to Default Page in Web Applications that Generated by PHPMaker 10.0.2
PHPMaker will allow you to define one default page from Tables setup in order to redirect end users to that page, when they access to the main address of your web application. This default page will also be displayed after end users are successfully logged in into your web application. If you do not define […]
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 6
- Next Page »