John Don

- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 2
-
已编辑于 Strange indent logic of PHP code blocks inside the <script> tag
I have this PHP code I'm going to implement into html template: <? if( true ) { ?> <? echo 'true' ?><? } else{ ?> <? echo 'false' ?><? } ?> I want it looks exactly like that. But if I wrap th... -
已编辑于 Input in console during testing with Mocha
Hello there! In my tests, I need user input. But the console doesn't allow me to do it :( I found a solution for IDEA, but it doesn't work in PHPStorm. What can I do with that? Thank you!