Reputation: 93266
I don't 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?
Upvotes: 1
Views: 438
Reputation: 10664
Component framework may also refer to visual components as in Widgets.
Upvotes: 0
Reputation: 30170
full-stack frameworks (symfony) you use the entire stack.
component frameworks (zend) you pick and choose what libraries you want.
Upvotes: 3