PHP Classes

File: orgtests/example/libraries/DatabaseLibraryTest.php

Recommend this page to a friend!
  Classes of Andrei Alexandru   Enhanced PSR 4 Autoloader   orgtests/example/libraries/DatabaseLibraryTest.php   Download  
File: orgtests/example/libraries/DatabaseLibraryTest.php
Role: Class source
Content type: text/plain
Description: Examples
Class: Enhanced PSR 4 Autoloader
Autoloader that supports PSR 4 with enhancements
Author: By
Last change:
Date: 8 years ago
Size: 132 bytes
 

Contents

Class file image Download
<?php
namespace org\example\libraries;


class
DatabaseLibraryTest {
    function
__construct() {
       
var_dump(__CLASS__);
    }
}