Skip to content

Instantly share code, notes, and snippets.

@piiskop
Created March 8, 2018 17:30
Show Gist options
  • Save piiskop/617ba557516398b1b66c575c2d3f8526 to your computer and use it in GitHub Desktop.
Save piiskop/617ba557516398b1b66c575c2d3f8526 to your computer and use it in GitHub Desktop.
<?php
namespace pupils;
/**
* This file includes just global constants and actions.
* Created on 2.10.2006
*
* @author peacecop kalmer: <[email protected]>
*/
class Configuration {
public const BASE_FOLDER = '/data/projects/';
public const CORE_FOLDER = Configuration::BASE_FOLDER . 'hard-core/';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment