Pregunta

I'm developing a system (in Phalcon initially) for a project that will be delivered to many shared hosts. But unfortunately they only accept mainstream php frameworks (you cannot install extensions such as Phalcon).

This being said, I had to change framerwork for this project. But alot of stuff were already made using Volt template engine.

There is a way to use it with another frameworks? Or Volt is deeply wattled into Phalcon's core?

¿Fue útil?

Solución

It doesn't look like Volt can be decoupled from Phalcon entirely. You could fall back on the Twig templating engine which seems to be the closest match language wise as well as completely standalone.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top