]> Kevux Git Server - koopa/commit
Cleanup: prefix private constants with 'p_'
authorKevin Day <thekevinday@gmail.com>
Wed, 14 Feb 2018 00:32:34 +0000 (18:32 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 14 Feb 2018 00:32:34 +0000 (18:32 -0600)
commit22cd051a7b05d679ae3e3c86679c3c40a1747074
tree48529cb4b397469c6a6c6df7e5873229f04252e1
parente5f6bd697999ba113877d0530dc0b822a85d8412
Cleanup: prefix private constants with 'p_'

I have mixed feelings about this, but it makes the behavior of prefixing p_ to private class parts and pr_ to protected class parts.
Stick to lower case for the prefix but continue to use upper case for the constant name.
common/base/classes/base_path.php
common/theme/classes/theme_html.php