Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php3

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Carlos Falo Hervás  >  msgcat  >  test.php3  >  Download  
File: test.php3
Role: Example script
Content type: text/plain
Description: Demo script
Class: msgcat
Message Catalog System
Author: By
Last change:
Date: 2001-02-23 07:58
Size: 294 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<?php require("msgcat_class.php") ; ?>
<html>
  <head>
    <title>MSGCAT Test</title>
  </head>
  <body>
  <?php
  $msg 
= new msgcat("en","./","1") ;
  echo 
$msg->mc("WM") ;
  
$msg->destroy() ;
  
?>
  </body>
</html>