tonydspaniard / yiinitializr-advanced

Yii Framework project structure boilerplate for advanced application requirements
67 stars 30 forks source link

Controller.php now found Gii CRUD Generator #8

Open njasm opened 11 years ago

njasm commented 11 years ago

include(Controller.php) [function.include]: failed to open stream: No such file or directory

controllers extending Controller suffer from this problem.

EController also.

tonydspaniard commented 10 years ago

@njasm have you checked if the inclusions are correct? I wasn't able to replicate the error...