-
Notifications
You must be signed in to change notification settings - Fork 3
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
Skeleton App components #40
Comments
@EmanueleMinotto can you help me to understand Puli? :) |
twig and filp/whoops ;) |
but plates is ok |
@gianarb sure, ping me on hangout when you want :) |
@gianarb time for fast-eventmanager usage? |
Yes we must replace it in penny.. Maybe we can write a layer to use it in penny.. :) What do you think? |
Did you mean layer means separate repo? if yes, then I prefer just use it Warm Regards, Abdul Malik Ikhsan 2015-11-10 15:07 GMT+07:00 Gianluca Arbezzano [email protected]:
|
At the moment doesn't exist a good structure to change the event manager, you can replace it by DiC but without a guarantee because doesn't exist interface/s on this implementation :) |
👍 for php-di + doctrine + twig :) |
@samsonasik too easy! There are a lot of words to spend about this topic.. :) If we create separate repositories we remove event-manager dependency by penny and every developer can choose your best implementation. An intermediate project, between Zend\EventManager and penny or between FastEventManager and penny is necessary because penny will require an interface to work with different evm implementations. for example <?php
use Penny\Event\PennyEventInterface;
interface PennyEVMInterface
{
public function trigger($eventName, PennyEventInterface $event);
public function attach($eventName, callable $listener);
} To guarantee the correct flow of every evm implementations. |
Ok ;) Warm regards, Abdul Malik Ikhsan Pada 11 Nov 2015, pukul 08.02, Gianluca Arbezzano [email protected] menulis:
|
Hello Guys!
Idea around the best components to build this skeleton application? :)
and.. ? :)
Develop
The text was updated successfully, but these errors were encountered: