How do I make non-framework code to framework code? (PHP)

Posted by ggfan on Stack Overflow See other posts from Stack Overflow or by ggfan
Published on 2010-06-07T23:02:01Z Indexed on 2010/06/07 23:32 UTC
Read the original article Hit count: 167

Filed under:
|

I just started using CakePHP and it's very different from just normal procedural or basic OOP PHP.

I am still learning PHP and still read "beginning PHP/mysql" books that teaches you basic PHP. Also lots of sites online provide code that isn't for a framework.

Is the only way to make non-framework code to say a framework, say cakePHP, by learning cakePHP thoroughly than rewriting the code yourself to fit the MVC model?

© Stack Overflow or respective owner

Related posts about php

Related posts about cakephp