PHP Classes

File: public/index.php

Recommend this page to a friend!
  Packages of Moisés Lima   ETL Tools   public/index.php   Download  
File: public/index.php
Role: Application script
Content type: text/plain
Description: Application script
Class: ETL Tools
Tools to process data from a PostgreSQL database
Author: By
Last change:
Date: 7 months ago
Size: 172 bytes
 

Contents

Class file image Download
<?php

ini_set
('max_execution_time', 0);
ini_set('default_socket_timeout', 0);
set_time_limit(0);

require
__DIR__ . '/../vendor/autoload.php';

use
App\Router;
new
Router;