We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Volt - Disable PHP Codes

How can you disable php codes in volt? In Laravel php codes don't run by default in blade files.

Since Volt file compiles into native PHP file, I guess you can't stop PHP execution in any way. Any parsing of actual PHP syntax would add overhead and thus decrease performance.

Hello, maybe I just need to use blade engine for the Phalcon program I'm working on? I found a video somewhere that says its possible however haven't tried it yet.