tags:

views:

50

answers:

1

i dont understand what these 2 words mean.

i think symfony is a full-stack framework while yii is a component-based framework.

is this correct?

if so, what are the main differences?

thanks

+2  A: 

full-stack frameworks (symfony) you use the entire stack.

component frameworks (zend) you pick and choose what libraries you want.

Galen