For those of you who have been implementing the Breadcrumb Links using Masino Extensions, then you have to insert the additional Breadcrumb phrases into the XML Language files. This files are located under the languages sub-folder of PHPMaker installation. Most of the time, each of your PHPMaker project uses the different Breadcrumb phrases. Thus, if […]
How to Implement Regional Settings in Web Applications that Generated by PHPMaker
Many web developers who use PHPMaker thought that the Regional Settings cannot be implemented properly in the web applications that generated by it. This could be happened since by default PHPMaker will use the default setting in the generated configuration (ewcg*.php) file, moreover the default setting in the related .xml language file also will use […]
The Custom Language Phrases in Masino Extensions for PHPMaker 10
After creating some Extensions for PHPMaker version 10, I found that there were some custom language phrases that must be maintained separately from the extension side, therefore, needed to append to the .xml language files in C:\Program Files\PHPMaker 10\languages folder, just like I did for version 9.2.0. This is important in order to make the […]
The Custom Language Phrases in Masino Extensions 9.2.0 Now Has Been Separated into the Language Files
For those of you who have been implementing Masino Extensions for your PHPMaker projects and really want to maintain the custom language phrases that located inside my extensions easier, then please re-download again those seven extensions that last updated on today, August 28, 2013 (MasinoLogin, MasinoForgotPwd, MasinoRegister, MasinoChangePwd, MasinoFixedWidthSite, MasinoPreviewRow, and MasinoHeaderFooter). You can download […]
How to Manage Breadcrumb Links Using MasinoFixedWidthSite Extension for PHPMaker 9.2.0
After implementing Masino Extensions in a new project of PHPMaker 9.2.0, now we are going to manage the breadcrumb links after generating the script files using PHPMaker application. As we have already known, breadcrumb links is very useful in a web application to let your users know where they are or what is the location […]