Re: Could you suggest me pro/hard Book for Php & Mysqli, PDO
Posted: Mon Aug 11, 2014 11:11 am
So long as you have the php5-pdo extension installed, there shouldn't be any problem. I don't work on/with Windows so I can't say for certain, but I'd be very surprised if it doesn't work with WAMP. It's pretty much the de facto standard for all ORMs under the hood, as far as I know.
IDE/editor choice boils down to personal preference in large part. What I use really depends on what I'm doing; Vim or Sublime Text if I'm just making some quick edits, PHPStorm if I'm doing a lot of work and/or working on something more complex. I spend most of my day in PHPStorm.
IDE/editor choice boils down to personal preference in large part. What I use really depends on what I'm doing; Vim or Sublime Text if I'm just making some quick edits, PHPStorm if I'm doing a lot of work and/or working on something more complex. I spend most of my day in PHPStorm.