Skip to content

Conversation

@kotfalya
Copy link

main config
'viewRenderer' => array(
'class' => 'ext.ETwigViewRenderer',
………………………………
'extensions' => array(
'ext.Helper_Twig_Extension',
),
………………………………….

main config
'viewRenderer'  => array(
    'class'         => 'ext.ETwigViewRenderer',
    ………………………………
    'extensions'    => array(
        'ext.Helper_Twig_Extension',
     ),
     ………………………………….
@ghost ghost assigned cebe Mar 23, 2012
@cebe
Copy link
Member

cebe commented Mar 29, 2012

How can this work? Did you test it?
When you have $extName = 'ext.Helper_Twig_Extension' then new $extName will not work.
What's the problem you are trying to solve?

@cebe cebe closed this Mar 29, 2012
@cebe cebe reopened this Apr 13, 2012
@cebe
Copy link
Member

cebe commented Apr 13, 2012

Thanks for explaination, will reconsider it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants