I know how to write program in PHP and implementation of MVC model. but I really want to practice coding like the coding in real world??? I was wondering is there any specific example or book which can show me the tricks or logic and the way professional programmers consider about coding??? Do I need to learn frameworks like Zend ???
Share
The best way I consider and used for my own learning is to see the best sites out there and try to create a clone of them. This is really real-world way you can go with PHP development.
Another great path is to involve yourself in open source projects.
It will be a nightmare if you have no idea of what OOP is (and/or MVC architecture), if you have good understanding of OOP, you can dive into it, it is great practical learning there with it too.