noumo / easyii

Easy yii2 cms powered by Yii framework 2
http://easyiicms.com
593 stars 272 forks source link

Call to a member function thumb() on null #177

Open mydesign opened 8 years ago

mydesign commented 8 years ago

app/views/site/index.php

<?= Html::img($article->thumb(160, 120)) ?>

izemize commented 8 years ago

Because $article is null. :)