I would like to learn PHP and want to get an Idea about OOP and Procedural. I read some other blogs and tutorials about OOP vs Procedural but I still can't understand the approach.
OOP vs Procedural
- Which I should learn?
- What is the difference in code? What are the effects?
- How can a PHP framework help in OOP aproach? (I would like to learn CodeIgniter)
- Does procedural need a Framework?
I really want to know the code difference of the both, my understanding of OOP is you create a class like and it can be access. (I don't know if that is correct).