PHP Classes

File: Struct/DataEntity.php

Recommend this page to a friend!
  Classes of Payam Naderi   Std   Struct/DataEntity.php   Download  
File: Struct/DataEntity.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Std
General purpose Web development classes
Author: By
Last change:
Date: 6 years ago
Size: 270 bytes
 

Contents

Class file image Download
<?php
namespace Poirot\Std\Struct;

// DO_LEAST_PHPVER_SUPPORT 5.5 yield
if (version_compare(phpversion(), '5.5.0') < 0) {
   
## php version not support traits
   
require_once __DIR__.'/fixes/DataEntity.php';
    return;
}

require_once
__DIR__.'/DataEntity.fix.php';