tonydspaniard / yiinitializr-basic

Yii Framework project structure boilerplate for basic requirements
26 stars 16 forks source link

Fixes front controller issue. #2

Closed resurtm closed 11 years ago

resurtm commented 11 years ago

https://github.com/tonydspaniard/yiinitializr-basic/commit/a625c14b4ee99b14437a95a2377a4f3e8f6b7809#L7R8 — i don't understand meaning of this change. :question: Current code doesn't works at all, so i propose to revert that change of the front controller file.

Correct me if i'm wrong. :smiley:

tonydspaniard commented 11 years ago

The reason of the change is that we do not require the insertion of Yii framework anymore from the bootstrap index file. Check here Initializer.php#L153

I made a mistake on the inclusion of Initializer file

tonydspaniard commented 11 years ago

Please, double check it now 976c759 @resurtm

resurtm commented 11 years ago

@tonydspaniard, thanks!