0 votes
in CodeIgniter by
Explain how you can link images/CSS/JavaScript from a view in code igniter?

1 Answer

0 votes
by
In HTML, there is no Codeigniter way, as such it is a PHP server side framework. Just use an absolute path to your resources to link images/CSS/JavaScript from a view in CodeIgniter

/css/styles.css

/js/query.php

/img/news/566.gpg

Related questions

+1 vote
asked Feb 15, 2020 in JAVA by rahuljain1
0 votes
asked Dec 13, 2023 in Angular by DavidAnderson
...