Welcome Guest, Not a member yet? Register   Sign In
Add Animation to the CodeIgniter view
#5

because your url paths are not setup to run with a CodeIgniter view.

you need to set your image paths using the base_url using the url_helper.

autoload the url_helper in ./application/config/autoload.php under helpers

then you can set a views path like so:

PHP Code:
<?php echo base_url('path_to_image'); ?>
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Add Animation to the CodeIgniter view - by ithcm - 04-12-2017, 10:37 PM
RE: Add Animation to the CodeIgniter view - by InsiteFX - 04-14-2017, 02:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB