views:

59

answers:

3

I am trying to implement a application which i need to follow mvc framework. But I need to gather some ideas in that. Please give me some suggestions and references which includes some sample codes in PHP with URL routing.

+1  A: 

You should look at Codeigniter and their implementation of URI routing.

n1313
A: 

Have a look at this... Writing your own PHP MVC Framework has some good examples..

Also try this cms framework.. macs-framework which has a live demo at here.

rajesh pillai