PHP Classes

File: exampleUse.php

Recommend this page to a friend!
  Classes of Ettore Moretti   String Loader   exampleUse.php   Download  
File: exampleUse.php
Role: Example script
Content type: text/plain
Description: example use
Class: String Loader
Get application translation from XML or INI files
Author: By
Last change: Create exampleUse.php
Date: 2 years ago
Size: 78 bytes
 

Contents

Class file image Download
<?php
require_once 'Res/S.php';
$S=new S('it');

print_r($S->string('test'));