Posted by Gleep on 04/20/07 03:20
On Thu, 19 Apr 2007 10:08:11 +0300, Harris Kosmidhs <hkosmidi@remove.me.softnet.tuc.gr> wrote:
>I was googling for a tutorial on how I can make an MVC framework for a
>small application. Unfortunately all the results pointed out to well
>known MVC frameworks like CakePHP.
>
>Does anybody have links to tutorials?
>
>thanks a lot
I have studied and compared 10 or so PHP frameworks.
http://www.phpit.net/article/ten-different-php-frameworks/
I personally like CodeIgniter the best because with it you are writing PHP code as you normally
would. Some of the other frameworks force you to learn/code a hybrid language. I'm an old dog and
it's friggin hard to learn new tricks. Spend some time going through the user guide.
http://codeigniter.com/user_guide/ at first it may seem odd to control applications using URL's
that reference class objects you build, but once you get used to it - it works great. Using this
method forces you to code in a logical manner. Anyway check it out.
[Back to original message]
|