never_had_a_name
never_had_a_name

Reputation: 93266

Component based vs full stack framework?

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

Answers (2)

romaninsh
romaninsh

Reputation: 10664

Component framework may also refer to visual components as in Widgets.

Upvotes: 0

Galen
Galen

Reputation: 30170

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

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

Upvotes: 3

Related Questions