László Monda

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
László Monda commented, -
-
László Monda created a post, How to reference (but not include) external files to not get "undefined function" warnings by PHPStorm?
Hi guys,a.php gets executed which includes functions.php and b.php. b.php contains function references which functions are defined in functions.php, but does not include functions.php directly. P... -
László Monda commented, -
László Monda created a post, Code completion doesn't work for constants
Hi,Let's see the following class:class Enum { const ONE = 1; const TWO = 2; const THREE = 3;}I'd expect PhpStorm to offer completion when I type "Enum::" but it doesn't happen.When can I e...