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

Check for web request before accessing `post()` #360

Closed maxxer closed 2 years ago

maxxer commented 2 years ago

These small modifications allow the use of the extension in console context, specifically using it in a background job.

Scope

This pull request includes a

Changes

The following changes were made (this change is also documented in the change log):

This change still require the caller to avoid using run() and partially rewrite it in their functions.