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 […]
How to Make Submit Button Which Will be Disabled on Click Event in Web Applications that Generated by PHPMaker 10.0.2
Since PHPMaker 10, now we are able to add the ability of disabling Submit button on click event easily and quickly. This is very useful if you want to create a custom form which contains a submit button, and after user clicked the button, then it will be disabled so that will prevent double-click or […]
Table Width Style: Scroll, Auto, or 100%. Which One Would You Use?
As we have already known, the web applications that generated by PHPMaker will use a hundred percent approach for the site width and auto width for the table on the List page. If we want to limit the width of that table, then we can use ScrollingTable extension (only for the registered users). Unfortunately, after […]
- « Previous Page
- 1
- …
- 11
- 12
- 13
- 14
- 15
- …
- 49
- Next Page »