Whats difference in using anchor in CodeIgniter instead of using traditional html a href tag?
Should I use anchor in Views or HTML a href?
Thanks
Whats difference in using anchor in CodeIgniter instead of using traditional html a href
Share
I honestly feel like there is minimal difference. I personally use html anchor because it uses more html.
If you want to add context path inside a view, just do this:
However, one of the advantages of using codeigniter anchor is that, if you want to build contents dynamically:
is easier than
Do you see the difference? 🙂