Last active
February 21, 2018 15:21
-
-
Save geraldcroes/0c2a8ed4d1f22e283f1be40a28a08cf6 to your computer and use it in GitHub Desktop.
Meaningful variable name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| if ($activityReport[$employeeId][$month] > $salesGoal) { | |
| //some code here | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment