`oil g` generates php code. So it's not easy to write/read template files with Fuel view (plain php). For example, if I want output: ``` php <?php echo $title; ?> ``` I must write: ``` php <?php echo '<?php echo $title; ?>'; ```
oil ggenerates php code. So it's not easy to write/read template files with Fuel view (plain php).For example, if I want output:
I must write: