Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Enhance PHPMaker project with Material Design template.

Notifications You must be signed in to change notification settings

erikfva/plugins2019

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plugins2019

Enhance PHPMaker project with Material Design template.

Instalation

1. Clone or copy repository into PHPMaker project folder.

Open console and goto inside PHPMaker project folder, then run command:

git clone https://github.com/erikfva/plugins2019.git

2. Configure plugin.

Edit plugins2019/phpfn.php file and configure your main project namespace. You can find this information in the begining of your phpfn15.php file into main project folder.

phpfn15.php

<?php

/**
 * PHPMaker Common classes and functions
 * (C) 2002-2019 e.World Technology Limited. All rights reserved.
*/
namespace PHPMaker2019\contab;

plugins2019/phpfn.php

<?php
/** CONFIG YOUR MAIN PROJECT NAMESPACE HERE!!! **/
use PHPMaker2019\contab as phpfn;
/* **************************************** */

In this sample the namespace is contab.

3. Configure your PHPMaker project.

In PHPMaker select Tools/Advanced Settings and checkin Disable project CSS styles img-disable-project-css

In Server Events/Global/All Pages/Page_Head include php code:

include_once "plugins2019/plg_coolui/header.php";

img-disable-project-css

In Server Events/Global/All Pages/Page_Foot include php code:

include_once "plugins2019/plg_coolui/footer.php";

4. Generate your project again.

Features

img-list-page

img-list-page-fixed-head

img-left-menu

img-mobile-list

img-mobile-responsive-table

img-mobile-list-pager

About

Enhance PHPMaker project with Material Design template.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.