includes/controller/admin_export_controller.php
Showing 2 of 2 total issues
Function admin_export
has a Cognitive Complexity of 57 (exceeds 5 allowed). Consider refactoring. Open
Open
function admin_export() { // Export User data if(isset($_REQUEST['download'])){ $filename = tempnam('/tmp', '.csv'); // Temporary File Name create_temporary_table(); // Create temporary table
- Read upRead up
Method admin_export
has 142 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function admin_export() { // Export User data if(isset($_REQUEST['download'])){ $filename = tempnam('/tmp', '.csv'); // Temporary File Name create_temporary_table(); // Create temporary table