PHP Integration


Содержание

  1. Constants
  2. Configuration methods
  3. class PHPTAL
  4. interface PHPTAL_Filter
  5. interface PHPTAL_Trigger
  6. interface PHPTAL_TranslationService
    1. method setLanguage()
    2. method useDomain($domain)
    3. method setVar($key,$value)
    4. method translate($key)
    5. method setEncoding($encoding)
  7. Working with gettext
    1. Creating the translation directory structure
    2. Portable Object files
    3. Translation Domain
    4. Using Translator in PHP
    5. Variable interpolation
  8. Creating custom expression modifiers

This section is aimed at PHP developers and explains how to use and customize PHPTAL behaviors for simple and advanced usage.