DHTMLX / gantt-howto-php

Simple backend for dhtmlxGantt using Slim-framework and PDO

Home Page:https://docs.dhtmlx.com/gantt/desktop__howtostart_php.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dhtmlxGantt with PHP backend

Implementing backend for dhtmlxGantt using Slim-framework and PDO

Requirements

Setup

  1. Create database and import schema.sql
  2. Update connection settings in app/gantt.php
  3. run composer install

Run

  • php -S 0.0.0.0:8080 -t public public/index.php

Run with Docker

Tutorial

A complete tutorial here https://docs.dhtmlx.com/gantt/desktop__howtostart_php.html

About

Simple backend for dhtmlxGantt using Slim-framework and PDO

https://docs.dhtmlx.com/gantt/desktop__howtostart_php.html


Languages

Language:PHP 97.9%Language:HTML 2.1%