tags:

views:

193

answers:

5

Hi,

Not sure if this is a available as I am new to the MVC model. But does any one have a link or link's to a article or blogs about building a MVC based PHP web application without using a Framework ?

Thanks in advance.

+1  A: 

Yes, this series of articles (and part 2) seem to cover exactly what you require.

The user comments are very positive, and it's also got a zipped example if required.

ILMV
+1  A: 

for example, this

http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html

stereofrog
Great thanks very much. +1 :)
Oliver Bayes-Shelton
+2  A: 

i really liked this article

http://net.tutsplus.com/tutorials/other/mvc-for-noobs/

Anurag
I read that last night that's what got mvc in my head. :)
Oliver Bayes-Shelton
A: 

I would suggest you look into CakePHP.

"CakePHP enables PHP users at all levels to rapidly develop robust web applications"

Some screencasts [are available] if you are a visual learner.

And the [MVC for noobs] released this week, mentioned by Anurag, is also great.

For a full comparative look at alternatives for your consideration, like Symfony, visit PHP MVC Comparison as I'd naturally only sell something I've used myself.

Have fun. :) (Sorry spam prevention blocked my other links)

Forkrul Assail