Hi Phalcon Team,
As we all know the PHP7.0 is going to come out this year and there are a lot of performance improvement in PHP7 so is there new version of Phalcon that is going to support PHP7?
I love the phalcon MVC but there is still some questions around the MVC structure, for the model part, how can I build a resource model layer on top of phalcon to use other PECL extension like mongo and solr clients to do the object mapping to different database, do I need to get rid of entire Model from Phalcon and build my own or there is some way that I could make use of phalcon modeling?
Any help will be much appreciated.