Aagha
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 6
-
创建于 Fatal error: Uncaught PDOException: could not find driver
I'm having an issue where the PHP interpreter is working as expected when I'm running from the command line, but if I open a PHP page through PHPStorm, I'm getting a different result. I have a very... -
创建于 Can't set default path for project to open in browser
I've got Apache, PHP, and MySQL (MariaDB) running on Windows, with Apache and PHP working properly. However, in PHPStorm I can't figure out how to get it to recognize the location of my project whe... -
创建于 Starting new on Win 11 with or without WSL?
I'm getting started on a new Win 11 Pro machine with WSL2 installed. I'd like to setup an AMP stack and wondering if I should use my XLD and snap on WSL2 (pointer to directions?) or just install an... -
已编辑于 No suggestions for PDO object
I'm referencing a PDO object but not finding any of the functions available on it. I've included "ext-pdo" in my composer.json but it seems trying to "use" it isn't helping. What am I missing? I ... -
创建于 Create simple alias for reptitive task
I'm new to PHPStorm and PHP I'm wanting to create a simple alias. I find myself constantly typing: echo "<br>"; I'd like to create an alias that generates that code: echobr I've searched the forums...