Home > Article > Backend Development > Why does the single module project generated using tools in phalcon use the volt engine, but the multi-module project uses .phtml?
In phalcon, the default single module project generated by tools is .volt
But the generated multi-module is .phtml
How to use .volt engine in multiple modules?
ps: Just changing the file suffix doesn’t work
In phalcon, the default single module project generated by tools is .volt
But the generated multi-module is .phtml
How to use .volt engine in multiple modules?
ps: Just changing the file suffix doesn’t work