thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

YumController extends CController #134

Closed disvroian closed 11 years ago

disvroian commented 11 years ago

Hi YumController should extends Controller and not CController to be sure we can add easily global variable.

belokonm commented 11 years ago

Make sense. +1

thyseus commented 11 years ago

Changed in 99c327a. Thanks for the proposal.

PrplHaz4 commented 11 years ago

This should probably have a doc update as well just stating the requirement of having a Controller class defined