Login   Register  
PHP Classes
elePHPant
Icontem

File: examples/pages/somepage2.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Igor Crevar  >  icI18n  >  examples/pages/somepage2.php  >  Download  
File: examples/pages/somepage2.php
Role: Example script
Content type: text/plain
Description: test
Class: icI18n
Get application text translations from XML files
Author: By
Last change:
Date: 2011-04-04 14:53
Size: 130 bytes
 

Contents

Class file image Download
<?php
echo __('Just random text line 1''text');
echo 
'<br />';
echo 
__('Another random text line''text');
echo 
'<br />';