PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Template_Flexy » Bug #2258

can not specify Translation2 option parameters

Details

Request #2258can not specify Translation2 option parameters
Submitted2004-08-31 09:11 UTC
Fromaivarsak at inbox dot lv
StatusVerified
PackageHTML_Template_Flexy
PHP Version4.3.8
OSWin2k
Roadmaps(Not assigned)

Comments

[2004-08-31 09:11 UTC] aivarsak at inbox dot lv

Description:
------------
I am trying to use Flexy template engine with Translation2 (driver DB) supprot.

So there is no option to specify 'param' argument (i.e. mappings between table/field names and the ones used by this class) for Translation2 class through Flexy engine.

It seems impossible to make it (DB translation) work with flexy :(

Reproduce code:
---------------
Flexy option:
'Translation2' => array ('driver' => 'DB' ,'options' => array(
'hostspec' => 'host',
'database' => 'dbname',
'phptype' => 'mysql',
'username' => 'usr',
'password' => 'pws'))