On Tuesday, September 26, 2017 at 12:04:27 PM UTC-5, mecha wrote: > > If I may give my two cents, I also find anything that has to do with files > extra. >
Agreed, the engine spec shouldn't really be dealing with files, and I completely forgot about streams. For reference to our own standard: > > - RenderInterface > > <https://github.com/Dhii/output-renderer-interface/blob/release/0.2/src/TemplateInterface.php> > - TemplateInterface > > <https://github.com/Dhii/output-renderer-interface/blob/release/0.2/src/TemplateInterface.php> > > Thanks for the clarification. I misunderstood the intent of the renderer interfaces from earlier in the conversation. With the engine spec targeting a different aspect of interoperability, it appears it could most likely be complimentary to a renderer interface PSR, and may sit on top of it. It is along the lines of Hari's and Nicolas' suggestions of using Symfony, Zend Framework, or even Twig's usage as an example. So I think it's out of scope for a pure renderer, as is being discussed. With that in mind, I'll keep working on my engine spec, and look forward to seeing the results of the renderer interface. Dave -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/95b1931d-d63a-4714-ad22-6b80c2ca7dc0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
