I Love PHPMaker

... because it gets even more powerful and flexible!!

  • About
  • Terms and Conditions
  • Membership Options
  • Sitemap
  • Downloads
    • PHPMaker Extensions Download
    • PHPMaker Projects Download
    • PHP Report Maker Extensions Download
I Love PHPMaker » Downloads » PHPMaker Projects » New PHPMaker 2020 Project

October 19, 2019

New PHPMaker 2020 Project

Please login to access downloadables
or download free
[free_download_btn]
Version 2020.0.5
Size 82.53 KB
Downloads 83
Files 1
Author Masino Sinaga
Published October 19, 2019
Updated December 8, 2020

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.

Attached Files

1 file
zip
NewPHPMaker2020Project
117.83 KB

Categories & Tags

PHPMaker Projects

Similar Downloads

No related download found!

Article by Masino Sinaga 8 Comments

Comments

  1. Thierry SEDGO says

    August 24, 2020 at 1:05 am

    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 !!!

    Log in to Reply
    • Masino Sinaga says

      August 24, 2020 at 7:07 am

      Make sure your web server uses PHP version >= 7.3 and try again.

      Log in to Reply
      • Thierry SEDGO says

        August 25, 2020 at 12:22 am

        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 ?

        Log in to Reply
        • Masino Sinaga says

          August 25, 2020 at 6:47 am

          Why did you want to customize that modal dialog window? Can you explain it in more detail by using a real example?

          Log in to Reply
          • Thierry SEDGO says

            August 25, 2020 at 3:55 pm

            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 ?

            Log in to Reply
            • Masino Sinaga says

              August 25, 2020 at 6:33 pm

              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.

              Log in to Reply
  2. Thierry SEDGO says

    August 25, 2020 at 7:25 pm

    Ok thanks,
    I will try to use another solution for that.
    But, where can I activate “vertical scroll inside dialog window” with your extensions ?

    Log in to Reply
    • Masino Sinaga says

      August 25, 2020 at 7:52 pm

      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.

      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • A New PHPMaker 2026 Project File Is Released
  • PHPMaker 2026 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2026 Is Released!
  • A New PHPMaker 2025 Project File Is Released
  • PHPMaker 2025 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2025 Is Released!
  • A New PHPMaker 2024 Project File Is Released
  • PHPMaker 2024 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2024 Is Released!
  • PHPMakerProjects.com, For Those Who Need PHPMaker Project Sample

Search

Recent Comments

  • Masino Sinaga on Masino Extensions for PHPMaker 2024 Is Released!
  • Masino Sinaga on A New PHPMaker 2024 Project File Is Released
  • Masino Sinaga on PHPMaker 2023 Demo Project File Is Released
  • Edward Babatunde on PHPMaker 2023 Demo Project File Is Released
  • Edward Babatunde on Masino Extensions for PHPMaker 2024 Is Released!

Demo Website

  • Demo Masino Extensions for PHPMaker 2026.
  • Stock Inventory Management for PHPMaker 2025.

Another Demo

The following template are not available in this site (must be purchased separately)

  • PHPMaker v2018 Horizontal Vertical Template.
  • PHPMaker v2017 Horizontal Vertical Template.

Demo Explanation

Stock Inventory Management is the good project for your reference, since it uses the real example in the real world. Many useful features you can use from this project, such as how to add the Thousand and Decimal separator character, and also how to calculate multiple row in Grid-Add when End-Users are entering data into the Grid-Add mode.

Categories

  • Customize Template (103)
  • General (4)
  • PHP Report Maker (17)
  • PHP Report Maker Extensions (2)
  • PHPMaker Extensions (85)
  • PHPMaker Projects (9)
  • Tips and Trick (72)

Articles based on version

  • PHPMaker 2026
  • PHPMaker 2025
  • PHPMaker 2024
  • PHPMaker 2023
  • PHPMaker 2022
  • PHPMaker 2021
  • PHPMaker 2020
  • PHPMaker 2019
  • PHPMaker 2018
  • PHPMaker 2017.0.7
  • PHPMaker 12.0.7
  • PHPMaker 11.0.6
  • PHPMaker 10.0.5
  • PHPMaker 9.2.0
  • PHPMaker 8.0.3
  • PHP Report Maker 12

(c) I Love PHPMaker 2010 - 2025 by Masino Sinaga | WordPress | Log in | Back to top