Description
Warning: Only for the latest version of PHPMaker 2020.
Last Updated: December 8, 2020:
- Supports displaying session count down in minutes:seconds format.
October 26, 2019
- Changed field "Demo_Mode" to "Use_Announcement_Table" in "settings" table.
- Added new phrase into the .xml language files.
This is the PHPMaker Project (.pmp) file, including some related files such as database script (.sql) file, the language (.xml) files, and the logo image (.jpg) files for testing all of my 12 Extensions (Masino Extensions) that I made for PHPMaker 2020.
Please note that some phrases had been customized (added/updated), so make sure you have implement the change by using this project.
It is strongly recommended to use this project if you want to create a web application from scratch using PHPMaker and Masino Extensions.
Hi Masino,
trying to use your extensions, i’ve got this error after code generation :
Parse error: syntax error, unexpected ” (T_ENCAPSED_AND_WHITESPACE), expecting ‘]’ in C:\laragon\www\xxxxxx\phpfn.php on line 2337 that refered to add breadcrumb function :
public function add($pageid, $pagetitle, $pageurl, $pageurlclass = “”, $table = “”, $current = FALSE)
{
// Load session links
$this->loadSession();
// Get list of master tables
$mastertable = [];
if ($table != “”) {
$tablevar = $table;
while (@$_SESSION[PROJECT_NAME . “_” . $tablevar . “_” . Config(“TABLE_MASTER_TABLE”)] != “”) {
$tablevar = $_SESSION[PROJECT_NAME . “_” . $tablevar . “_” . Config(“TABLE_MASTER_TABLE”)];
if (in_array($tablevar, $mastertable))
break;
$mastertable[] = $tablevar;
}
}….
Please help !!!
Make sure your web server uses PHP version >= 7.3 and try again.
Ok, Thansks a lot. It’s ok now.
Please Masino, Can you show me a way to customise the modal (dialog) windows when using add options button…I mean this windows that allow you to add a option to a select when “Allow add” is set to “True” ?
Do you have this future in your extensions ?
Why did you want to customize that modal dialog window? Can you explain it in more detail by using a real example?
Hi Masino,
I have a project for a school. In the “studies” table, I have “parents_id” field that is a link to parents table. For this”parents_id” field I use a lookup table (Parents table) and i set the “Allow add” to True.
The form for “parentsadd” en “parentsedit” is customized (multipage, custom Edit Tags,…) but I loose this customization when it’s opened from addOptions button.
I want to know how to keep the customization or how to open the full customized form from “studies” form ???
Can you help me ?
Hello Thierry,
Unfortunately, the Add Options modal dialog does not support to display the multipage and custom edit tags features. Thus, we cannot use it for Add Options button. I think PHPMaker made this to be used as simple as the functionality of Add Options modal form.
Ok thanks,
I will try to use another solution for that.
But, where can I activate “vertical scroll inside dialog window” with your extensions ?
There is no dynamic setting regarding scrollable modal window in Masino Extensions.
However, you may see this code from “footer.php” file, find the css clasname: modal-dialog-scrollable.