Is there a reason that base_url is not one of the allowed functions by default in parser config file
I was getting a dwoo error on a view where I was doing <img src="<?php base_url();?>assets/images/..... />
Once I added base_url to the parser config file, I get no dwoo error, and the page renders correctly. Should base_url be one of the default functions allowed by dwoo?
Comments