kartik-v / yii2-export

A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)
http://demos.krajee.com/export
Other
165 stars 126 forks source link

PHP Fatal Error while Create model via instance method #307

Closed akramrana closed 4 years ago

akramrana commented 5 years ago

(enh #296) causes PHP Fatal Error – yii\base\ErrorException

Environment

Apache 2.4.6 and PHP 5.6

milad-ghiami commented 4 years ago

this code has error $modelClass =new $provider->query->modelClass; $model = $modelClass::instance();

image

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.