Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top