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

#87 #65 #68 recursive addChild support #108

Closed
wants to merge 23 commits into from
Closed

#87 #65 #68 recursive addChild support #108

wants to merge 23 commits into from

Conversation

kusmierz
Copy link

This should allow ZfcTwig to render children views.

nikolay-kozlov and others added 21 commits January 18, 2014 18:07
Changed examples index.twig and layout.twig support Twitter bootstrap 3
update unit test according to to new 1.2 version
Fixed examples/layout/layout.twig
Warning file_get_contents if file does not exist
updated to prc2
Added missing $loader property
jquery.min.js needs to be loaded before bootstrap.min.js
basePath added in layout.twig
…hrowing deprecation notices

managers that don't have the SL injected cause panic with the latest zend-servicemanager release. See \Zend\Mvc\Service\ServiceManagerConfig

```
// For service locator aware plugin managers that do not have
                // the service locator already injected, inject it, but emit a
                // deprecation notice.
                if ($instance instanceof ServiceLocatorAwareInterface
                    && $instance instanceof AbstractPluginManager
                    && ! $instance->getServiceLocator()
                ) {
                    trigger_error(sprintf(
                        'ServiceLocatorAwareInterface is deprecated and will be removed in version 3.0, along '
                        . 'with the ServiceLocatorAwareInitializer. Please update your %s plugin manager factory '
                        . 'to inject the parent service locator via the constructor.',
                        get_class($instance)
                    ), E_USER_DEPRECATED);
                    $instance->setServiceLocator($container);
                }
```
Inject the service manager here to prevent the latest zend-mvc from throwing deprecation notices
@kusmierz
Copy link
Author

@spiffyjr could you look at this, please?

kusmierz added a commit to kusmierz/ZfcTwig that referenced this pull request May 19, 2016
@kusmierz
Copy link
Author

Updated in #118.

@kusmierz kusmierz closed this May 19, 2016
kokspflanze added a commit to kokspflanze/ZfcTwig that referenced this pull request May 26, 2017
kokspflanze pushed a commit to kokspflanze/ZfcTwig that referenced this pull request May 30, 2017
…dChild support

(cherry picked from commit eaf04e7)
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.

None yet

8 participants