Top improvements for PHP developers(jeremyhutchings.com)
jeremyhutchings.com
Top improvements for PHP developers
http://www.jeremyhutchings.com/2010/11/top-10-improvements-for-php-developers.html
4 comments
One of the PHP devs who is also at Facebook suggested I do it that way, so I don't worry too much either!
While interesting, if you haven't read the original article, most of the points lose their meaning.
http://blogs.sitepoint.com/2010/11/19/mysql-mistakes-php-dev...
Also, aren't most PHPers using frameworks (like CakePHP or Symphony) now instead of raw-coding PHP? I can imagine this being useful for dealing with small or legacy systems, but I haven't had to write a raw SQL statement in almost a year now.
http://blogs.sitepoint.com/2010/11/19/mysql-mistakes-php-dev...
Also, aren't most PHPers using frameworks (like CakePHP or Symphony) now instead of raw-coding PHP? I can imagine this being useful for dealing with small or legacy systems, but I haven't had to write a raw SQL statement in almost a year now.
Indeed, most of the time I use codeigniter, though I was focusing on "where" you do the logic, opposed to just how.
[deleted]
[deleted]
I always felt it was against best practices though, but now I won't worry about it so much.