PHP Classes

File: app/Helpers/Functions.php

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Download URL Content   app/Helpers/Functions.php   Download  
File: app/Helpers/Functions.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Download URL Content
Automate download of files from different sites
Author: By
Last change:
Date: 3 years ago
Size: 127 bytes
 

Contents

Class file image Download
<?php

if(! function_exists('console')){
    function
console()
    {
        return
App::make('myapp.console.helper');
    }
}