Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yii class loader in the addExtension method #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

yii class loader in the addExtension method #8

wants to merge 1 commit into from

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