Shin'ichi Ohnishi
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 how to use composer?
I create a PHP execution environment (for testing) with Docker on windows10 and deploy the files created with PhpStorm2020.2 to the folder shared by Docker and execute it.(Debugging is working with... -
创建于 Is textarea misspelling?
Is "textarea" misspelling? I think that "textarea" is used quite normally in HTML. using this PhpStorm 2018.1.1 EAPBuild #PS-181.4445.32, built on April 4, 2018JRE: 1.8.0_152-release-1136-b27 a... -
创建于 Class analysis fails
I use PhpStorm 2018.1. And install TCPDF by composer. composer.json is { "require": { "tecnickcom/tcpdf": "6.*" }} I wrote a script like<?phpinclude 'vendor/tecnickcom/tcpdf/tcpdf.php';$pdf = n... -
创建于 xml declaration cannot be used
Please let me know whether what I should do.Although I am using a certain template engine, the template for XHTML has the xml declaration at the top, and this will be judged to be an error by PhpSt...