Hi all, i'm new to Processwire and i'm very curious about this minimal cms, i'm also a great lover of php frameworks and currently i'm working with Kohana.
I love the fact that Processwire has a simple and detailed api and the "include & bootstrap" feature is killer (my 2 cents). Anyway, i tried to implement it with Kohana and i found 2 errors.
The first is the double declaration of the __() function (error: "Cannot redeclare __()")
fortunately is possible deactivate the translation system in kohana, but the second one is something i cannot solve without modify the core:
ErrorException [ Fatal Error ]: Cannot instantiate abstract class Session
This makes me think that Processwire uses a class named 'Session', and this name collide with the same Kohana Class. I don't really know how to solve this. Is there a way to create a wrapper for the processwire api or i must just hope that a future versione of Processwire will prefix every core class ? (es: Pw_Session)