Níckolas Da Silva
Níckolas Da Silva
Hey @YoavRheims I just did a PoC on my own project using configs and got it working. I'm using the `technews` theme and got it working with the following changes:...
Would also be acceptable fishbone providing an Klass.instanceof method, or a "plugin" or something like to make Klass.extend method work with prototype... I'd be cool if it come separated from...
Hello @baylej ; Please go ahead, it would take me another few weeks to find time for it. Thanks!
can I start it?
ahmmm... Thought about writing a simple subscribe/dispatch interface for Collections. Those would have "onInsert", "onUpdate" and "onDelete" dispatchers available for subscribing. What you guys think about it?
Agreed. Would we use a external EventDispatcher/Listener API or create a Respect's? Is kind of simple, we could create as a module.
How could I dispatch it to a external application? Think about pub/sub model, for example. I would like do publish a data insert to my channel, so others can deal...
Yes, an event dispatcher. But integrated with inserts, updates and deletes being processed with Respect. Like @henriquemoody just said, not only events to dispatch after making changes, but before as...
Ping...
@henriquemoody I could start it... @williamespindola Totally agreed. Guys... creating it as a module would be great, but I don't think it would be possible since [Relational\Mapper](https://github.com/Respect/Relational/blob/master/library/Respect/Relational/Mapper.php) handles our main...