By default when using Doctrine in a project, in particular entities, you may have to use annotations a lot, example: / @Entity @Tablename="useraccounts" / class Account { / @var int @Id @GeneratedValuestrategy="AUTO" @Columnname="userid", type="integer" / protected $id; The issue however is that when using PHPStorm...
Blog
One of the first websites I put up was a blog for myself, and I started writing reviews and anecdotes and opinions and whatnot very early on. I'm lucky to have been able to keep all these articles over the decades, including the numerous ones I wrote about web development, for and while at work.