Documentation » API Reference

Application:

Class: I18nBuilder



Properties


$buffer


$error false


$root


$except


$extensions = array (
        
'php' => '_php'// php script
        
'tpl' => '_tpl'// xt template
        
'spt' => '_spt'// simple template
        
'collection' => '_collection'// collection file
        
'settings' => '_settings'// form settings files
        
'db' => '_db'// list of database tables/fields to be translated
        
'config' => '_config',    // config.ini.php: to get app name
    
)

Return to Top



Methods


I18nBuilder ($root$except false


build ($path false


getList () 


getContents ($file


_config ($file$data


_collection ($file$data


_settings ($file$data


_db ($file$data


_spt ($file$data


_tpl ($file$data


_php ($file$data

Return to Top