tags:

views:

2

answers:

3

Can anyone suggest me a nice and simple framework for PHP ?

I have tested CodeIgniter and it seems simple. I have been reading about CakePhp, but it seems a bit more complicated than CI. Maybe there are other nice frameworks that could be worth looking at?

+1  A: 

Try the simple php framework

http://code.google.com/p/simple-php-framework/

Also, see this question on Stackoverflow.com since your question is more suited to that site

http://stackoverflow.com/questions/526040/simple-php-framework

Griffo
+1  A: 

Picora is a nice an clean PHP-Framework. Its even small enough to read the whole source and understand exactly what it does. Unfortunately the main developer drop maintaining it but you can find the source on GitHub.

I've written two articles/turorials about it (in german):

Fu86
+1  A: 

QCodo seems to be back under active development. I'm not sure what's changed in its fork, QCubed -- I think they just branched while QCodo was stagnating, but it also might be worth looking at.

Boofus McGoofus