Clemens Schwaighofer f7685463b4 error log ID settings added via global define
A global define for LOG_FILE_ID before any class is initialized (or any
place later allowed too) will add a sub id to the error_msg log file
before any other (level, class, etc) id.

This can be used to easily split between frontend and backend logs or
logs for a certain page without using pagename (eg to group all ajax
logs into one)
2017-04-11 10:25:07 +09:00
2017-02-16 10:29:50 +09:00
2013-12-11 15:58:37 +09:00
2015-10-29 18:18:32 +09:00

PHP Core Library
================

Base PHP class files to setup any project
* login
* database wrapper
* basic helper class for debugging and other features
* admin/frontend split
* domain controlled database/settings split
* dynamic layout groups
S
Description
Main development folder for the CoreLibs for PHP This one is not for composer package creation, the composer base package source is in the "composer" repository
Readme GPL-3.0 35 MiB
Languages
JavaScript 51.6%
PHP 42.4%
PLpgSQL 2.1%
CSS 1.6%
Perl 0.6%
Other 1.7%