Go to file
Abel Hoogeveen 440ead5784 Implemented Tracy/Debugger from the Nette framework.
This debugger allows for advanced debugging for both development and production environments.
This did however require the implementation of an ENVIRONMENT constant. This has been put in the index file. If no constant is set it will be set by the core class and the default is PRODUCTION.
Chances are that the location for this constant will move in the future.

There is also a proper way now that fatal errors will lead to a 500 error on the screen. This is either done by Tracy or FuzeWorks, depending on if Tracy is available.
2016-06-08 14:57:41 +02:00
Application Implemented Tracy/Debugger from the Nette framework. 2016-06-08 14:57:41 +02:00
CI Implemented xdebug in Gitlab CI and added code coverage systems 2016-06-04 16:17:21 +02:00
Core Implemented Tracy/Debugger from the Nette framework. 2016-06-08 14:57:41 +02:00
Modules Implemented renewed Routing and Output system. 2016-06-07 15:12:35 +02:00
tests Implemented Tracy/Debugger from the Nette framework. 2016-06-08 14:57:41 +02:00
.gitignore Implemented Tracy/Debugger from the Nette framework. 2016-06-08 14:57:41 +02:00
.gitlab-ci.yml Implemented the Factory and the FactoryTest. 2016-05-27 16:33:12 +02:00
.htaccess Initial Commit, merge of MicroCore and FuzeWorks3 2015-02-08 17:29:39 +01:00
composer.json Implemented Tracy/Debugger from the Nette framework. 2016-06-08 14:57:41 +02:00
CONTRIBUTING.md Updated license 2015-08-26 13:12:09 +02:00
Database.sql Started working on new systems. Continue on new development environment. 2015-09-12 19:52:04 +02:00
DCO Added contribution license 2015-08-26 13:11:33 +02:00
index.php Implemented Tracy/Debugger from the Nette framework. 2016-06-08 14:57:41 +02:00
LICENSE Add license 2015-08-26 12:57:22 +02:00
README.md Update README.md to show build information 2016-05-27 15:08:36 +02:00

FuzeWorks - Readme build status

Version 0.0.1-DEV

A versatile PHP Framework built to perform.

https://techfuze.net/fuzeworks

Summary

FuzeWorks is a flexible PHP Framework made for the requirements of todays web. For a summary of features, list of requirements, and installation instructions, please see the documentation in the ./doc/ folder or at http://techfuze.net/fuzeworks

Copyright © 2013 onwards -- TechFuze

Certain libraries are copyrighted by their respective authors; see the full copyright list for details.

For full copyright information, please see ./doc/copyright.html

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Licensing of current contributions

Beginning on 2015-08-26, new contributions to this codebase are all licensed under terms compatible with GPLv3-or-later. FuzeWorks is currently transitioning older code to GPLv3-or-later, but work is not yet complete.

Enjoy!

TechFuze