PHP Classes

File: Example-Render.php

Recommend this page to a friend!
  Classes of Jake Bown   PHP Multilang   Example-Render.php   Download  
File: Example-Render.php
Role: Example script
Content type: text/plain
Description: Render with handlebars
Class: PHP Multilang
Get translated application texts for languages
Author: By
Last change:
Date: 9 years ago
Size: 105 bytes
 

Contents

Class file image Download
<?php
   
include("multilang.php");
   
$i = new multilang("de");
   
$i->render("example_include_me.html");
?>