PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Orkhan   Language Class   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example
Class: Language Class
Get application translation texts from PHP scripts
Author: By
Last change: deleted CONSTs
Date: 12 years ago
Size: 138 bytes
 

Contents

Class file image Download
<?php

require_once 'config.php';
require_once
'language.php';

$language = Language::getInstance();

echo
$language->home;

?>