https://github.com/dhtmlx/scheduler-howto-php-plain
Implementing scheduler backend in plain PHP without extra libraries and frameworks
https://github.com/dhtmlx/scheduler-howto-php-plain
dhtmlx dhtmlxscheduler php
Last synced: 7 months ago
JSON representation
Implementing scheduler backend in plain PHP without extra libraries and frameworks
- Host: GitHub
- URL: https://github.com/dhtmlx/scheduler-howto-php-plain
- Owner: DHTMLX
- Created: 2019-11-26T17:09:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T13:27:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T05:28:46.280Z (almost 2 years ago)
- Topics: dhtmlx, dhtmlxscheduler, php
- Language: PHP
- Homepage: https://docs.dhtmlx.com/scheduler/howtostart_plain_php.html
- Size: 7.81 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dhtmlxScheduler with plain PHP Backend
Implementing scheduler backend in plain PHP without extra libraries and frameworks.
## Requirements
- Web server that supports php (apache, nginx, php-fpm, build-in php server, etc)
- MySql
- PHP 5.4+ with **php_pdo** extension installed
How to install **php_pdo**: https://www.php.net/manual/en/pdo.installation.php
## Setup
- clone or download the repository into the root folder of your web server (e.g. `htdocs` for Apache)
```
$ git clone git@github.com:DHTMLX/scheduler-howto-php-plain.git
$ cd ./scheduler-howto-php-plain
```
- import database from **mysql_dump.sql**
- update db connection settings in data/config.php
- open `http://localhost/scheduler-howto-php-plain`
## Links
- Tutorial: coming soon