JaquelineBrandao / yii

Automatically exported from code.google.com/p/yii
0 stars 0 forks source link

Controller instead of CController classname #940

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. yiic shell
2. module someModule
3. DefaultController.php in new module extends Controller; 

What is the expected output? What do you see instead?
should be CController; i see Controller

What version of the product are you using? On what operating system?
yii v1.1.0

Please provide any additional information below.
yeah, also breadcrumbs is not defined in default view of new module

Original issue reported on code.google.com by PKrawc...@gmail.com on 18 Feb 2010 at 2:39

GoogleCodeExporter commented 9 years ago
The code generator is changed. All these new code assume you use "yiic webapp" 
to
generate the skeleton app.

Original comment by qiang.xue on 18 Feb 2010 at 3:34

GoogleCodeExporter commented 9 years ago
You're probably right. I've created application using yiic webapp but then I 
updated
yii and created module after that. Thanks for fast reply.

Original comment by PKrawc...@gmail.com on 18 Feb 2010 at 5:26