PHP Classes

File: AutoloadExportCSV.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid (Sharma)   PHP MySQL Query CSV Export and Download   AutoloadExportCSV.php   Download  
File: AutoloadExportCSV.php
Role: Auxiliary script
Content typex: text/plain
Description: Configuration script
Class: PHP MySQL Query CSV Export and Download
Export or download MySQL query as a CSV file
Author: By
Last change:
Date: 26 days ago
Size: 477 bytes
 

Contents

Class file image Download
<?php

/**
 * Export CSV
 * php version 7
 *
 * @category CSV
 * @package ExportCSV
 * @author Ramesh N Jangid <[email protected]>
 * @copyright 2025 Ramesh N Jangid
 * @license MIT https://opensource.org/license/mit
 * @link https://github.com/polygoncoin/Export-CSV
 * @since Class available since Release 1.0.0
 */

namespace ExportCSV;

require_once
__DIR__ . '/Autoload.php';

spl_autoload_register(callback: __NAMESPACE__ . '\Autoload::register');