I am so excited to announce you the officially release of a New PHPMaker 2020 Project file. This PHPMaker project file is useful if you want to create a web application from scratch using PHPMaker 2020 and Masino Extensions.
This project includes some other useful files, such as: the SQL script to generate the mandatory Tables and Stored Procedures, the customized XML Language files, and the Logo image for your reference.
Many advantages you will get after using this new PHPMaker project file:
- You will have already had the minimum tables that needed for your project using Masino Extensions.
- Since you will have the basic needed tables, then you only need to add your another tables into the database, and then synchronize to this project.
- You don't need to configure the Fields setup for the certain tables, such as settings (believe me, this table has so many Fields so that you will avoid to setup all the Fields from scratch), users, announcements, help, help_categories, etc.
- You don't need to configure the Security settings for your web application since they have been included in this project.
- You will have the most needed PHPMaker project setup, especially if you implement Masino Extensions into your PHPMaker project.
- You will have some useful Servent Events ready-code in it, so that you can use them on the project basis.
- You will have a new Application Settings menu that contains almost all web application configuration settings which will be easily configured by Admin on-the-fly.
- Your End-Users (non-sysadmin) will be able to configure their preferences easily by using the ready-configuration settings.
To implement this new project file for your new web application, then make sure you have downloaded ALL the latest version of Masino Extensions files that I made for PHPMaker 2020 from the Download link above. Extract them, and then replace all the existing extensions with the new ones.
Download Link:
Parse error: syntax error, unexpected ‘”‘, expecting ‘-‘ or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\xampp\htdocs\test\phpfn.php on line 2272
Error when use :
– PHP/7.2.23 (in My Server Installed) but Up PHP version in my computer (Local Computer) no error.
This phpfn.php file line code
—————————-
if (MS_BREADCRUMBLINKS_NO_LINKS) {
2272 —-> $nav .= “”.$Language->BreadcrumbPhrase($value[“Page_Title”]).” “.MS_BREADCRUMBLINKS_DIVIDER.” “;
} else {
$nav .= ““.$Language->BreadcrumbPhrase($value[“Page_Title”]).” “.MS_BREADCRUMBLINKS_DIVIDER.” “;
}
Please download again Masino Extensions that I’ve just updated to the latest PHPMaker 2020.0.11 Template file.
Hi, i compiled a project with the 2020.0.11 extensions and have a warning message:
Warning: Use of undefined constant MS_SHOW_EMPTY_TABLE_ON_LIST_PAGE – assumed ‘MS_SHOW_EMPTY_TABLE_ON_LIST_PAGE’ (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\HRMedic\antecedentes_clinicos_quirurgicospreview.php on line 113
PHPMAKER 2020.0.8
PHP 7.2.8
Grettings.
Make sure you have already updated to the latest version of PHPMaker 2020, and then download the latest Masino Extensions for PHPMaker 2020.
I can not download the extensions files, the link is denied, please send me to my email onoboaits@gmail.com, tanks
Hi, I’m having trouble calling javascript code inside the row custom action.
Same code that works in projects without its extensions.
Are its extensions changing the way it works?
Not sure for this. Please post your code for more solution.