learning OO with PHP
Posted
by dole doug
on Stack Overflow
See other posts from Stack Overflow
or by dole doug
Published on 2010-04-18T11:42:50Z
Indexed on
2010/04/18
11:53 UTC
Read the original article
Hit count: 534
Hi there
I've started to learn OO programming, but using the PHP language with the help of the "PHP 5 Objects, Patterns, and Practice" book. The thing is that I wish to learn to use into same time the CakePHP framework which make use a lot of the MVC pattern. Because I don't know much about OO and less about MVC I wish to understand the later one but assumptions I make with my OO knowledges might have bad impact on long term.
Does anyone know a good tutorial about what means MVC (more than cakephp manual says about it, but more easy to read/understand than wikipedia)?
TY
© Stack Overflow or respective owner