caiomaioral / employee-timesheet

Employee Timesheet demo application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

employee-timesheet

Employee Timesheet demo application

Companion files to the tutorial Create the perfect employee timesheet system in PHP and MySQL

Common Issue

Fatal error: Uncaught Error: Class 'phpGrid\C_DataGrid' not found

How to fix

If you are using the free Lite version, you can either comment out the first line // use phpGrid\C_DataGrid;  - OR -  Add a global namespace symbol - single backslash - BEFORE the constructor  $dg = new \C_DataGrid("SELECT * FROM orders", "orderNumber", "orders");

About

Employee Timesheet demo application


Languages

Language:PHP 85.1%Language:CSS 14.9%