2amigos / yiiwheels

Widget extension library for the YiiStrap extension
http://yiiwheels.2amigos.us
Other
133 stars 77 forks source link

yiiwheels/widgts/grid/operations/ error in Yii::import #94

Closed ipppinto closed 10 years ago

ipppinto commented 10 years ago

In files of folder operation you have: Yii::import('yiiwheels.widgts.etc..') and must have Yii::import('yiiwheels.widgets.etc..')

widgets not widgts I think.

tonydspaniard commented 10 years ago

Is this in documentation @ipppinto where is this?

pipponippo commented 10 years ago

Hi, this mistyping is located in four places, as follows: ...\protected\extensions\yiiwheels\widgets\grid\operations\WhCountOfTypeOperation.php: 13 * @uses YiiWheels.widgets.grid.operations.WhOperation 14 */ 15: Yii::import('yiiwheels.widgts.grid.operations.WhOperation'); 16
17 class WhCountOfTypeOperation extends WhOperation

...\protected\extensions\yiiwheels\widgets\grid\operations\WhPercentOfTypeEasyPieOperation.php: 12 * @uses Yiistrap.widgets.WhPercentOfTypeOperation 13 */ 14: Yii::import('yiiwheels.widgts.grid.operations.WhPercentOfTypeOperation'); 15
16 class WhPercentOfTypeEasyPieOperation extends WhPercentOfTypeOperation

...\protected\extensions\yiiwheels\widgets\grid\operations\WhPercentOfTypeGooglePieOperation.php: 12 * @uses Yiistrap.widgets.WhPercentOfTypeOperation 13 */ 14: Yii::import('yiiwheels.widgts.grid.operations.WhPercentOfTypeOperation'); 15
16 class WhPercentOfTypeGooglePieOperation extends WhPercentOfTypeOperation

...\protected\extensions\yiiwheels\widgets\grid\operations\WhPercentOfTypeOperation.php: 13 * @uses YiiWheels.widgets.grid.operations.WhCountOfTypeOperation 14 */ 15: Yii::import('yiiwheels.widgts.grid.operations.WhCountOfTypeOperation'); 16
17 class WhPercentOfTypeOperation extends WhCountOfTypeOperation

Hope this helps, rash*