Aagha

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
-
Aagha commented, -
Aagha created a post, 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 ... -
-
Aagha commented, -
Aagha created a post, 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...