PHP Classes

File: template/content/home.php

Recommend this page to a friend!
  Classes of adam berger   Separation Database Queries   template/content/home.php   Download  
File: template/content/home.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Separation Database Queries
Database access trait using PDO
Author: By
Last change:
Date: 7 years ago
Size: 487 bytes
 

Contents

Class file image Download
<?php
  
if(isset($_GET['lang'])){
    
$_SESSION['lang'] = $_GET['lang'];
    
$lang = new ClassLang($_SESSION['lang']);
    }else{
    
$lang = new ClassLang(@$_SESSION['lang']);
    }
?>

  <article class="content_napisy">
      <h1><a href="http://<?php echo ClassFile::base(); ?>">
      Separation Data Base & Separation Traid & Separation Interface<small><br> Demko Skryptu PHP</small></a></h1>
<h5>
<?php echo $lang->IsLang("WITAJ_W_FIGURE_MAN"); ?>
</h5>
  </article>