Introduction
Install
On a new install of the admin a new files must be created called CachedTranslator.php and placed in the pear/Translation2/Decorator folder with the following code:
<?php
require COMMON_PATH . 'Translation2/Decorator/CachedTranslator.php';
?>
Translation 2 Admin
Add
mixed Translation2_Admin::add (string $stringID [, string $pageID = NULL, array $stringArray])
Pear Calls
- pear install -a Translation2
- pear install -a Translation2_Admin
External Links
|