-
I've been toying with the idea of implementing a dependency injection container for kohana using pimple. I was wondering what you guys think.
The first option is to make a module implementing pimple…
rjd22 updated
8 years ago
-
I highly recommend adopting the `Resolver` pattern instead of depending `container-interop`. The interface looks like this:
``` php
interface Resolver
{
/**
* @param string
* @return ob…
-
Hiya,
I was running some simulations with AdEx that use the system's save_network_state method and keep running into segfaults. This is the backtrace:
```
Program received signal SIGSEGV, Segmentati…
-
I'm using Auryn together with XStatic as a way to get something similar to Laravel Facades.
The problem is XStatic requires an instance of a Service Container that implements this [Container Interface…
-
- Add after Knitr: Use of community standards where appropriate should be encouraged. In computational neuroscience for example, PyNN \cite{Davison2008} and NeuroML \cite{CannonEtAl2014} are widely us…
-
Support the specification of dependencies in a text configuration file.
For example:
### OLD
``` php
-
Hi,
Whenever I try to call the asset() function in my twig files, I get this error:
```
Twig_Error_Runtime in Template.php line 158:
An exception has been thrown during the rendering of a template (…
-
I'm getting the error below 'sometimes' - which is totally vague I know. It doesn't reproduce in simple code, but effectively all I'm doing is:
``` php
-
Since the project has started to see contributions from people, maybe a style document is in order. I saw you fixed the tabs and so on in the AdEx. Maybe a quick wiki page or addition to readme on wha…
-
Forgive me if this has been asked before, and I know there's a way to specify them, but I'm trying to address the more "automatic" behavior as much as possible with this question.
As it stands, and a…