Quantcast
Channel: I Love PHPMaker
Viewing all articles
Browse latest Browse all 28

A New PHPMaker 10 Project File Is Released

$
0
0

This PHPMaker project file is useful if you want to create a web application from scratch using PHPMaker version 10.0.5. Please note that there are some new fields that were added into settings table. So, this project is useful for you to compare the changes in that table with yours. Also, the Demo of I Love PHPMaker 10 project file has been updated with this change.

Many advantages you will get after using this PHPMaker project file:

  1. You will have already had the minimum tables that needed for your project using Masino Extensions.
  2. 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.
  3. You don’t need to configure the Fields setup for the certain tables, such as settings, users, announcements, help, help_categories, etc.
  4. You don’t need to configure the Security settings for your web application since they have been included in this project.
  5. You will have the most needed PHPMaker project setup, especially if you implement Masino Extensions into your PHPMaker project.
  6. You will have some useful servent events ready-code in it so that you can use for the project basis.
  7. 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.
  8. 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 version 10 from this link.

If you are not sure which ones that I customized for the latest time, just download ALL the extensions for PHPMaker 10, as I also customized some other related extensions for this changes. Extract them, and then replace all the existing extensions with the new ones.

Edited: Make sure you have already altered the settings table by using the following script so that the latest extension will work properly for your PHPMaker project:

ALTER TABLE `settings` 
ADD COLUMN `Use_Javascript_Message` enum('1','0') DEFAULT '1',
ADD COLUMN `Login_Window_Type` enum('popup','default') DEFAULT 'default',
ADD COLUMN `Forgot_Password_Window_Type` enum('popup','default') DEFAULT 'default',
ADD COLUMN `Change_Password_Window_Type` enum('popup','default') DEFAULT 'default',
ADD COLUMN `Registration_Window_Type` enum('popup','default') DEFAULT 'default',
ADD COLUMN `Reset_Password_Field_Options` enum('EmailOrUsername','Username','Email') DEFAULT 'Email',
ADD COLUMN `Action_Button_Alignment` enum('Right','Left') DEFAULT 'Right';

New PHPMaker 10 Project

69.80 KB 20 downloads Last updated: June 3, 2014

Viewing all articles
Browse latest Browse all 28

Trending Articles