Show
Ignore:
Timestamp:
06/30/2008 12:04:42 PM (5 months ago)
Author:
mikl
Message:

Implemented MessageSource?_Database

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/framework/I18N/TGlobalization.php

    r2112 r2470  
    156156         * Sets the translation configuration. Example configuration: 
    157157         * <code> 
    158          * $config['type'] = 'XLIFF'; //XLIFF, gettext, mysql or sqlite 
    159          * $config['source'] = 'Path.to.directory'; //or database connection string 
     158         * $config['type'] = 'XLIFF'; //XLIFF, gettext, Database or MySQL (deprecated) 
     159         * $config['source'] = 'Path.to.directory'; // for types XLIFF and gettext 
     160         * $config['source'] = 'connectionId'; // for type Database 
     161         * $config['source'] = 'mysql://user:pw@host/db'; // for type MySQL (deprecated) 
    160162         * $config['catalogue'] = 'messages'; //default catalog 
    161163         * $config['autosave'] = 'true'; //save untranslated message