PHP Classes

File: merge.php

Recommend this page to a friend!
  Classes of Everton da Rosa   AlText   merge.php   Download  
File: merge.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary file
Class: AlText
Translate texts extracted from code into INI files
Author: By
Last change:
Date: 8 years ago
Size: 127 bytes
 

Contents

Class file image Download
<?php
/**
 * Implements a merger.
 */
require_once 'altext.merge.php';

AlTextMerge::merge($argv[1], $argv[2], $argv[3]);