Ask HN: How to write great PHP code?
I've been able to hack together a few websites with PHP. But I still have no idea how to write good MVC, object-oriented code.
How/where can I learn this?
(Please don't say that I should pick another language. I'm fine with using PHP.)
7 comments
[ 242 ms ] story [ 1169 ms ] threadThen take a look at Codeigniter, http://codeigniter.com/user_guide/ it's organized, explains the how and why of MVC, is very very well documented and has a lot of great libraries for getting started, then once you get familiar with how everything works you can begin to look under the hood and start figuring out why it works the way it does and continue learning from there.