2amigos / yiiwheels

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

yiiwheels / widgets / grid / WhGridView.php line 19 Error #105

Closed smff closed 10 years ago

smff commented 10 years ago

Current: Yii::import('bootstrap.widgets.TbHtml');

Must be: Yii::import('bootstrap.helpers.TbHtml');

Then u use Yiistrap it's generate error: bootstrap/widgets/TbHtml.php): failed to open stream: No such file or directory

tonydspaniard commented 10 years ago

Can you point where is that error on the library? @smff

Thanks

smff commented 10 years ago

If open: yiiwheels / widgets / grid / WhGridView.php on line 19 u can see: Yii::import('bootstrap.widgets.TbHtml'); It's generate error: bootstrap/widgets/TbHtml.php): failed to open stream: No such file or directory I'm change it to: Yii::import('bootstrap.helpers.TbHtml'); And it's work now