Top "Volt" questions

Volt is the template engine of Phalcon PHP.

How to setup a 404 page in Phalcon

How can I set a 404 page in Phalcon to be displayed when a controller/action does not exist?

php http-status-code-404 phalcon volt
Volt directory can't be written

The error I am getting is Warning: Phalcon\Mvc\View\Engine\Volt\Compiler::compileFile(../app/views/index/index.phtml.php): …

php phalcon volt
How can I add volt syntax checking in PHPStorm

I want to be able to have syntax highlighting in PHPStorm for Volt, Phalcon's template engine. Is there a way …

phpstorm phalcon volt
phalcon : volt get value from array which key taken from variable

In phalcon templating engine volt (which is similar to twig) you can fetch all records by : {% for product in products %} …

php phalcon volt
Easiest way to access Phalcon config values in views?

I have a section in ini files with some globally used social links, for ex: [social] fb = URL twitter = URL …

php phalcon volt
what are the benefits of using a template engine

I do not understand why a developer would use Phalcon's Volt template engine. In the end, after the compilation, the …

phalcon volt
numeric loop in volt

I have read the volt documentation in phalcon page and i cant find any example for this... You can make …

php phalcon volt
How can I set up a user defined function in Volt (Phalcon)

How can I set up a user defined function in Volt? For instance I want to call a function that …

php phalcon volt
Get size of an array in Volt

In Volt (the template engine for Phalcon) how can I get the number of elements in an array? I've tried …

arrays phalcon volt